Online Coding Lessons Cheat Sheet 2026
The 30 highest-yield Online Coding Lessons facts, distilled from real exam questions. Print it, save it as a PDF, or study it here ā free, no sign-up.
60 questions
90 min time limit
70.00% to pass
- Which method is used to add an item to the end of a Python list? ā .append()
- In C, what does the sizeof operator return for an int on most modern 64-bit systems? ā 4 bytes
- What is a common reason your JavaScript code might not work? ā A typo or missing bracket
- Which clause in SQL is used to filter groups after a GROUP BY, similar to how WHERE filters rows? ā HAVING
- What does 'FPS' stand for in game development? ā Frames Per Second
- What is the purpose of the GROUP BY clause in SQL? ā Groups rows sharing the same value for use with aggregate functions
- What is a 'loop' used for in Scratch? ā To repeat a set of blocks multiple times
- What does 'NPC' stand for in game development? ā Non-Player Character
- Which HTML tag is used to define an unordered (bulleted) list? ā
- What is the purpose of the 'Pen' blocks in Scratch? ā To draw lines and shapes on the stage with the sprite
- How do sprites communicate with each other in Scratch? ā Using the 'broadcast' and 'when I receive' blocks
- In C++, which header provides std::cout and std::cin? ā
- In Scratch, what does the 'change x by' block do? ā Moves the sprite horizontally
- Which popular game engine uses C# as its primary scripting language? ā Unity
- Which SQL command is used to remove rows from a table? ā DELETE
- What is the worst-case time complexity of Bubble Sort? ā O(n²)
- What is the first index number of any array in JavaScript? ā 0
- What is the correct JavaScript syntax for modifying the HTML element below? ā document.getElementById("demo").innerHTML = "Hello World!";
- What does SQL stand for? ā Structured Query Language
- What is React Native? ā A cross-platform framework for building mobile apps using JavaScript
- Which sorting algorithm works by repeatedly swapping adjacent elements if they are in the wrong order? ā Bubble Sort
- What is a dangling pointer in C? ā A pointer to freed or out-of-scope memory
- What does 'in-app purchase' mean? ā A transaction made within an app to unlock features or content
- What is the correct format specifier to print a floating-point double with printf in C? ā %f
- In SQL, what does the wildcard character % represent when used with the LIKE operator? ā Any sequence of zero or more characters
- What does UI stand for in mobile app development? ā User Interface
- What type of JOIN returns only the rows that have matching values in both tables? ā INNER JOIN
- What is the Boolean value of an empty string in Python? ā False
- In C++, what does the 'virtual' keyword enable for a base class function? ā Runtime polymorphism via dynamic dispatch
- What is the correct CSS syntax to make all elements bold? ā p {font-weight: bold}
Turn these facts into recall: