iCodeWithBen
iCodeWithBen
  • 115
  • 23 021
A-level Revision - Different types of addressing (immediate, direct, indirect and indexed)
See PPQ, explanation and answers here: medium.com/@icodewithben/direct-and-indirect-addressing-in-memory-5bc140e650ae
Learn how to answer an a-level PPQ from 2021 paper describing the different types of addressing (immediate, direct, indirect and indexed)
มุมมอง: 35

วีดีโอ

A- Computer Science revision - floating point binary
มุมมอง 264 หลายเดือนก่อน
See this worksheet for explanation, examples and answers: medium.com/@icodewithben/floating-point-binary-54c5def2b11d A worked out example normalising floating point binary by multiplying out with the exponent, adding together two binary numbers and converting to decimal From PPQ 2021 Question 2 Floating POint binary 2) a)i) 231 11100111 ii) 6F 0110 1111 b) i) 0.11010 0100 = 4-1=3= 0011 011010 ...
SQL A Level Databases Queries AND OR NOT LIKE ORDER BY DESC ASC
มุมมอง 104 หลายเดือนก่อน
SQL A Level Databases Querying databases: AND OR NOT LIKE ORDER BY DESC ASC Worksheet medium.com/@icodewithben/databases-sql-normalisation-transaction-processing-acid-referential-integrity-3d1bfa14b8c5
SQL for A-Level Comp Sci - CREATE INSERT and Simple SELECT
มุมมอง 124 หลายเดือนก่อน
SQL for A-Level Comp Sci - CREATE INSERT and Simple SELECT Worksheet medium.com/@icodewithben/databases-sql-normalisation-transaction-processing-acid-referential-integrity-3d1bfa14b8c5
Creating a new git repository on your local remote github with VS Code
มุมมอง 197 หลายเดือนก่อน
Download code.visualstudio.com/Download and setup on your local machine Download desktop.github.com/ and login to your Github Account Then follow the video to find out how to: - Create new git repo locally - Create a remote repo using the tool - Push to your repository Note: Github basic auth was disabled so doing it through VS vscode git is tricky unless you setup SSH keys of GPG keys. Ask cha...
Looping the DOM creating div elements in JavaScript to display data​
มุมมอง 927 หลายเดือนก่อน
Worksheet: medium.com/@icodewithben/looping-the-dom-with-just-html-and-css-134dca0dfd13 Code: github.com/benSmith1981/WebDevelopment-Demos Loop a dictionary​ Update webpage to display data​ Apply stylings Learn how to udpate an HTML using javascript by looping through an array and dynamically creating the html, then update the CSS so you can apply some nice stylings!
Understanding the DOM and Javascript - How to code Javascript buttons (without chat gpt)
มุมมอง 487 หลายเดือนก่อน
Worksheet: medium.com/@icodewithben/manipulating-the-document-object-model-dom-and-looping-d1c4a5913695 Code: github.com/benSmith1981/WebDevelopment-Demos Learn to code first before using Chat GPT... add buttons to a webpage in JS, detect clicks and update the page. Get a button element by id​ Add a clicked event​ Generate the button is JS
Controlling a webpage by Manipulating the DOM in Javascript, HTML and CSS
มุมมอง 627 หลายเดือนก่อน
Worksheet: medium.com/@icodewithben/manipulating-the-document-object-model-dom-and-looping-d1c4a5913695 Code: github.com/benSmith1981/WebDevelopment-Demos Understanding the DOM​ Updating an element on a webpage​ Code review questions​ Practice exercise Learn how to get elements in the Document Object Model (DOM) and then update their contents in javascript followed by code review practice quest...
Deploying your Flask app to Heroku Guide!
มุมมอง 2107 หลายเดือนก่อน
Step by step explanation of how you can successfully deploy your flask app to heroku so the world can see your amazing work! Useful Links: How to deploy to Heroku: medium.com/@icodewithben/depl... Flask tutorial series: medium.com/@icodewithben/list... Github repo: github.com/benSmith1981/Flask... Timestamps: 00:00 Intro 01:00 Assumption about development environments 01:50 Install python packa...
Create a Powerful Flutter App Using Chat GPT Vision API!
มุมมอง 4327 หลายเดือนก่อน
Create a Powerful Flutter App Using Chat GPT Vision API!
Building a simple login page with Flutter and Chat GPT (lesson 2)
มุมมอง 737 หลายเดือนก่อน
Building a simple login page with Flutter and Chat GPT (lesson 2)
Post-Mortem Analysis: Unit 3 Project management exam 2024
มุมมอง 2007 หลายเดือนก่อน
Post-Mortem Analysis: Unit 3 Project management exam 2024
Flutter Fundamentals: Building Your First App and learning about UI with Chat GPT (lesson 1)
มุมมอง 1517 หลายเดือนก่อน
Flutter Fundamentals: Building Your First App and learning about UI with Chat GPT (lesson 1)
Queues - A Level Computer Science Data Structures
มุมมอง 348 หลายเดือนก่อน
Queues - A Level Computer Science Data Structures
How to answer Past Paper Questions on Linked Lists get an A*
มุมมอง 588 หลายเดือนก่อน
How to answer Past Paper Questions on Linked Lists get an A*
Linked Lists Data Structures 20240102 171945 Meeting Recording
มุมมอง 308 หลายเดือนก่อน
Linked Lists Data Structures 20240102 171945 Meeting Recording
Recursive Function PPQ and essay writing tips
มุมมอง 309 หลายเดือนก่อน
Recursive Function PPQ and essay writing tips
OCR Machine Code Past Paper Question
มุมมอง 429 หลายเดือนก่อน
OCR Machine Code Past Paper Question
Positive binary numbers and converting between Hex, Binary and decimal
มุมมอง 159 หลายเดือนก่อน
Positive binary numbers and converting between Hex, Binary and decimal
Problem Recognition, Decomposition and Abstraction
มุมมอง 789 หลายเดือนก่อน
Problem Recognition, Decomposition and Abstraction
Answering a past paper questions on: Problem Recognition and Decomposition
มุมมอง 429 หลายเดือนก่อน
Answering a past paper questions on: Problem Recognition and Decomposition
3 - CPUs difference between Von Neumann and Harvard Architecture and PPQs
มุมมอง 759 หลายเดือนก่อน
3 - CPUs difference between Von Neumann and Harvard Architecture and PPQs
2 - CPU machine code branching, looping and variables
มุมมอง 269 หลายเดือนก่อน
2 - CPU machine code branching, looping and variables
1- Components of CPU architecture and simple machine code
มุมมอง 509 หลายเดือนก่อน
1- Components of CPU architecture and simple machine code
Binary and Linear Search explained
มุมมอง 439 หลายเดือนก่อน
Binary and Linear Search explained
Karnaugh Maps 2 - OCR A-Level creating maps from an expression
มุมมอง 459 หลายเดือนก่อน
Karnaugh Maps 2 - OCR A-Level creating maps from an expression
Karnaugh Maps 1 - OCR A-level computer science
มุมมอง 909 หลายเดือนก่อน
Karnaugh Maps 1 - OCR A-level computer science
Coding binary search
มุมมอง 389 หลายเดือนก่อน
Coding binary search
1 - Introduction to Visual Studio and OOP Furniture Shop
มุมมอง 379 หลายเดือนก่อน
1 - Introduction to Visual Studio and OOP Furniture Shop
Mastering Game Flow: From Theory to Practice
มุมมอง 17810 หลายเดือนก่อน
Mastering Game Flow: From Theory to Practice

ความคิดเห็น

  • @abdulazizdeveloper7915
    @abdulazizdeveloper7915 4 หลายเดือนก่อน

    should I upload venv directory to the github also ?

    • @abdulazizdeveloper7915
      @abdulazizdeveloper7915 4 หลายเดือนก่อน

      because i followed your steps , and I deployed successfully , but when I open my app , i got: 503 Service Unavailable .

  • @tion2328
    @tion2328 4 หลายเดือนก่อน

    What if you didn’t complete regression testing.

    • @icodewithben
      @icodewithben 4 หลายเดือนก่อน

      Why would you not? If you can justify overrunning then that is ok. Testing is an important part of quality so ok to overrun to keep quality high

    • @chonk5271
      @chonk5271 4 หลายเดือนก่อน

      Question was hard, couldn't understand and calculate the regression part so had to skip it​@@icodewithben

  • @moheezshafiq
    @moheezshafiq 4 หลายเดือนก่อน

    Hi i’ve put a comment on the unit 3 paper could you please check it uv got an exam in 2 days

    • @moheezshafiq
      @moheezshafiq 4 หลายเดือนก่อน

      unit 3 paper video

    • @icodewithben
      @icodewithben 4 หลายเดือนก่อน

      Yeha I created a video response and answered there

  • @moheezshafiq
    @moheezshafiq 4 หลายเดือนก่อน

    Hi ive just got my paper b in a few days I needed some help and if you can answer these questions it would be great. For my Gantt chart, the date went over the budget of around 5 weeks, however, I've added the resources predecessors Would I still get marks, and how much with the cost and resources plan. 2nd question is if it went over by 5 weeks what can I say in my paper b as to why it went over 5 weeks. or can I make it myself like the staff got ill or delivery took a while. 3rd question should I just copy and paste stuff from my quality management to my lesson learned because they are quite similar.

    • @icodewithben
      @icodewithben 4 หลายเดือนก่อน

      Q1) If you went over by a few weeks you may need to try and split the tasks, put 2 or more resources on longer tasks. You shoudl try to stay within timescales unless you and logicaally justify an overrun 2) Don't make up reasons why things did not work out, work with the resources you had available, come up with logical reasons for these failing. 3) Yes I think reusing information is ok, but just add to it make it relevant for that section, but you are right many of the lessons learned are also things you would do to manage quality if you are a good PM however perhaps less lessons learned and more quality management to assure you don't make mistakes, just justify and explain everything.

    • @icodewithben
      @icodewithben 4 หลายเดือนก่อน

      Also see live stream answer i just made

    • @icodewithben
      @icodewithben 4 หลายเดือนก่อน

      th-cam.com/users/liveu2JOwNEmz6A?si=1V2cp29cYi0kl48M

  • @GarthFransman
    @GarthFransman 5 หลายเดือนก่อน

    Thanks so much for info !

    • @icodewithben
      @icodewithben 5 หลายเดือนก่อน

      It is a cool api isnt it? I used it to make my latest app SnapFeast apps.apple.com/gb/app/snapfeast-the-ai-recipe-app/id6477333217

  • @TchernoSEIDI
    @TchernoSEIDI 5 หลายเดือนก่อน

    Thanks you so much with this i know how to fo the codt plan and gain some essy marks in my exam for unit 3

  • @jasaullakhan3292
    @jasaullakhan3292 5 หลายเดือนก่อน

    😂

  • @DivanshMovies
    @DivanshMovies 5 หลายเดือนก่อน

    Thank you so much sir I got merit in unit 3 because of you ❤❤❤

  • @DivanshMovies
    @DivanshMovies 6 หลายเดือนก่อน

    Hello sir how many marks are needed to near pass the unit 3 planning and management of computing projects 2024 because i saw the past exam papers most of them need 12,11,10.9.8 so can you please tell me how many marks need?

  • @TheSaaci
    @TheSaaci 7 หลายเดือนก่อน

    Hi Ben, for clarity.., does the PID consist of the objectives and then the same goals/objectives put in the SMART also as a part of the PID?

  • @DivanshMovies
    @DivanshMovies 7 หลายเดือนก่อน

    Hello sir I did everything only I left modifications and deliverability is it ok or no in pid

  • @karthk.r
    @karthk.r 7 หลายเดือนก่อน

    good way to start with fundamental ideals about HTML, JS and DOM

  • @Grimlock_-qu7yd
    @Grimlock_-qu7yd 7 หลายเดือนก่อน

    The github link and medium link is not working so plz kindly look into it, thanks.

  • @DivanshMovies
    @DivanshMovies 7 หลายเดือนก่อน

    Hello sir I did everything only I left modifications and deliverability is it ok or no in pid

  • @traveler_through_life
    @traveler_through_life 7 หลายเดือนก่อน

    Very good work, Ben! Thank you!

    • @icodewithben
      @icodewithben 7 หลายเดือนก่อน

      Feel free to share to other students onthe course in slack or whatever who are also stuck with same issue

  • @game_miroblox
    @game_miroblox 7 หลายเดือนก่อน

    Relatable

    • @icodewithben
      @icodewithben 7 หลายเดือนก่อน

      What was your most annoying bug?

    • @game_miroblox
      @game_miroblox 7 หลายเดือนก่อน

      @@icodewithben I accidentally put a wrong name for an item the code was supposed to find, it took me around 20 minutes to find out.

  • @ryokenftw
    @ryokenftw 7 หลายเดือนก่อน

    Relatable, use intellisense

    • @icodewithben
      @icodewithben 7 หลายเดือนก่อน

      Ha or chat gpt! What was your most annoying bug?

    • @ryokenftw
      @ryokenftw 7 หลายเดือนก่อน

      No man the thing is that if you use vscode, you can just add an extension named intellisense for particular coding languages, I guess you know that already, which actually makes chatgpt inert if you have the knowledge of the code you're coding

    • @ryokenftw
      @ryokenftw 7 หลายเดือนก่อน

      ​@@icodewithbenand it's no bug, it's just silly mistakes I make like you do😅😂

  • @danieluberall
    @danieluberall 7 หลายเดือนก่อน

    real

  • @danieluberall
    @danieluberall 7 หลายเดือนก่อน

    real

  • @DivanshMovies
    @DivanshMovies 7 หลายเดือนก่อน

    Hello sir how much you need for near pass ?

    • @icodewithben
      @icodewithben 7 หลายเดือนก่อน

      9 marks

    • @icodewithben
      @icodewithben 7 หลายเดือนก่อน

      9 - Near pass 19 - pass 33 - merit 48 distinction Max you can get is 66. 36 marks for PID and Gantt 30 marks for email and checkpoint

    • @DivanshMovies
      @DivanshMovies 7 หลายเดือนก่อน

      Thank you so much sir

  • @CenkBurk
    @CenkBurk 7 หลายเดือนก่อน

    Great video, keep up

    • @icodewithben
      @icodewithben 7 หลายเดือนก่อน

      I made a second one now too tho see playlist

  • @chriisduran
    @chriisduran 7 หลายเดือนก่อน

    jaja programmers behind the scenes

  • @tion2328
    @tion2328 8 หลายเดือนก่อน

    Great video 🤝

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Cheers how did you do? Did you answer anything like that?

  • @moheezshafiq
    @moheezshafiq 8 หลายเดือนก่อน

    how many marks do you think I will get for my Gantt chart i went over the deadline but i included all the tasks and i put all the resources and got a resources and cost overview as well how many marks could I get?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      I think you can still get a high mark… it’s Justa bout justifying why. Some of my students did the same… will have to wait for results to see how much it affects ur.

  • @DivanshMovies
    @DivanshMovies 8 หลายเดือนก่อน

    Bro how many marks I need to get for Near pass 😊

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Good question I will find out for you

    • @DivanshMovies
      @DivanshMovies 8 หลายเดือนก่อน

      Thank you so much sir today i have exam 2 😃😃😃

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      @@DivanshMovies as does everyone good luck

    • @DivanshMovies
      @DivanshMovies 8 หลายเดือนก่อน

      Bro I have done the exam Can you please tell me how many marks I need to get near pass

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Unit 3 you need: 19 - pass 33 - merit 48 distinction Max you can get is 66. 36 marks for PID (22) and Gantt, Cost and Resources (14) 30 marks for Email (22) and Checkpoint (8)@@DivanshMovies

  • @RekkoWorld6209
    @RekkoWorld6209 8 หลายเดือนก่อน

    All I need is a pass, that is it, i can still get away with DDD

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Good luck

  • @stvk3821
    @stvk3821 8 หลายเดือนก่อน

    Thanks, Ben I hope I will have at least P at my exam, I have really bad level of English, so for me it's a real challenge. Your videos helped me a lot, so thank you

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      I’m glad I can help people all I’m trying to do really

  • @onlydark1915
    @onlydark1915 8 หลายเดือนก่อน

    what if i didn't have time to finish cost plan, how do I know the price for the whole project if i havent done it?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Well you might have to calculate that quickly in part b… u do need to work out the costs to have soemthing to say tho

    • @onlydark1915
      @onlydark1915 8 หลายเดือนก่อน

      @@icodewithben yes, but i dont have paper a to know the price which i need to calculate by complex function

    • @onlydark1915
      @onlydark1915 8 หลายเดือนก่อน

      if i write a lie , would that work as well? example the budget was 30,000 and I write 32,000 explaining why, even tho i haven actually done the calculation.?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      @@onlydark1915 Jsut do the calculation. Watch my video on part a for the cost calculation with excel it’s not hard

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      As long as you have written down function points and hours per function point for each employee

  • @adedamolayusuf7018
    @adedamolayusuf7018 8 หลายเดือนก่อน

    damn i guess i have done the dileverables wrong then

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      They are the things you need to deliver… not project aims or business goals but stuff like server etc

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      It’s a small part of the PID don’t worry

  • @martinbikikoro4959
    @martinbikikoro4959 8 หลายเดือนก่อน

    Watching this from london, thank you for your service sir, much appreciated

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      No probs be great if you can share like and subscribe :) also check channel for other btec topic videos

  • @superpoopman81
    @superpoopman81 8 หลายเดือนก่อน

    Would i lose marks if my gantt chart finished after the end date on the brief?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Ideally you want to finish within the date. But if you can explain why, like logically some tasks needed to follow why and you didn’t have enough resources it would be ok I believe. You just need to explain it and justify it.

  • @icodewithben
    @icodewithben 8 หลายเดือนก่อน

    By the way if you appreciate this video welcome to "buy me a coffee" :) lol www.buymeacoffee.com/benjamina

  • @icodewithben
    @icodewithben 8 หลายเดือนก่อน

    I just realise 53:22 in the section about deliverables I put in the project Aims. Deliverables is actually the section on the next page specifying the things you can deliver like server, or cameras, so please check my answers in link to see that correction

  • @wayofcombat
    @wayofcombat 8 หลายเดือนก่อน

    I had a question can you edit Part A and possibly resumbit that while doing Part B, or am I stuck with what I done on Part A exam?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      You are stuck with part a. What you submit after you have handed in your part a answers is what gets marked. However you can alter and use all the original files to help you answer part b, as I demo in that video.

    • @wayofcombat
      @wayofcombat 8 หลายเดือนก่อน

      @@icodewithben Thanks for your help :) Part A, I did not do too well, so will try to do part B as best as I can so that I can at least get a pass. Your videos have been very helpful.

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      @@wayofcombat why did you not think you did very well?

    • @wayofcombat
      @wayofcombat 8 หลายเดือนก่อน

      @@icodewithben Just started my revision late, so couldn't prepare in time that's all 😅

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      @@wayofcombat it’s just one of those things you need to do tho… I’m sure u did ok. Did you complete all sections of PID and Gantt chart?

  • @Redacted_info
    @Redacted_info 8 หลายเดือนก่อน

    Love the video, I have my exam for this tomorrow. We shared this video to people in our class and all found it very helpful

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      That’s great! Where are you in England? My students did their part A yesterday…

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      I wonder did you find a way to show the resources material costs? This is something I was unable to do easily when I put resources as a material resource and not in the task list. Putting the materials in the task list means you can see the whole cost of the project more easily in task cost overview…. Look here 2:06:00

    • @Redacted_info
      @Redacted_info 8 หลายเดือนก่อน

      @@icodewithbenwe use ProjectLIbre for our Gantt charts, works a little differently. I don't think there is an easy way of doing it besides doing it manually, however I'm not a Gantt chart wizard so may need a second opinion

    • @Redacted_info
      @Redacted_info 8 หลายเดือนก่อน

      @@icodewithben I live just north of London. and sorry I meant today, threw me off when I was doing revision in the morning

  • @ShivamPatel-q7v
    @ShivamPatel-q7v 8 หลายเดือนก่อน

    Sir do you have an example of a distinction level email and checkpoint?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Yes look at my examples.

    • @ShivamPatel-q7v
      @ShivamPatel-q7v 8 หลายเดือนก่อน

      @@icodewithbenwhere is it I can’t find it in the documents you posted onto your drive

    • @ShivamPatel-q7v
      @ShivamPatel-q7v 8 หลายเดือนก่อน

      Also with the merit grade answer you have on the document how many marks does the email and checkpoint get for their response

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      @@ShivamPatel-q7v 8 for the checkpoint and 22 for the email! See the mark scheme with breakdown in the top root of the folder

    • @ShivamPatel-q7v
      @ShivamPatel-q7v 8 หลายเดือนก่อน

      @@icodewithbenis that the marks that the merit answer got (the example you have on documents)

  • @proelite7318
    @proelite7318 8 หลายเดือนก่อน

    ur perfect

  • @reliicsry
    @reliicsry 8 หลายเดือนก่อน

    Hello, I am wondering as the video crashed you had already filled out the approvals and distributions, but my tutor said that you must add other people to the distributions. Does this matter? Also if so, who's names would you put in approvals and who's signature is required? who's names would you put in distributions? another question in the document details should we do for example: version 1.2 and then put in modifications to make it seem better or does this not matter?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Put the people above u in the org chart in distribution and approvals. Just do what makes sense.

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      No just put version 1. These things at the beginning are really insignificant

  • @user-fk7dg2co6n
    @user-fk7dg2co6n 8 หลายเดือนก่อน

    would you ever be able to to cover unit4 of this course?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Unit 4? What is that?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      Ah this one? qualifications.pearson.com/content/dam/pdf/btec-international-level-3/business/Teaching-And-Learning-Materials/BTEC%202020%20L3%20INT%20Bus%20DG%20U4%20V1.pdf I could look into. Do you have any specific questions about it or is it just the whole course in general?

  • @smerko1691
    @smerko1691 8 หลายเดือนก่อน

    how did u add the cost of the project manager? where did u get 80 and 40 from?

    • @icodewithben
      @icodewithben 8 หลายเดือนก่อน

      £40 per hour. I decided the PM would work one day a week for 10 weeks, length of the project. It’s 8 hours a day so 8 x 10 = 80 hours x £40 = £3200