
Computer science
Quiz by Aleksandar Takaci
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
9 questions
Show answers
- Q1What does the acronym HTML stand for?Home Tool Markup LanguageHypertext Model LanguageHyper Tool Markup LanguageHypertext Markup Language30s
- Q2Which programming language is used to create dynamic web pages?CSSPythonJavaScriptHTML30s
- Q3What is the main function of an operating system?To design computer algorithmsTo manage computer hardware and software resourcesTo create computer networksTo develop computer applications30s
- Q4Which of the following is not a programming language?C++JavaPythonAdobe Photoshop30s
- Q5What is the purpose of a compiler in programming?To translate high-level code into machine codeTo execute code line by lineTo debug code and fix errorsTo format code for readability30s
- Q6What is the difference between RAM and ROM?RAM is non-volatile and can only be read from, while ROM is volatile and can be both read from and written toRAM and ROM are both non-volatile and can only be read fromRAM is volatile and can be both read from and written to, while ROM is non-volatile and can only be read fromRAM and ROM are both volatile and can be both read from and written to30s
- Q7What does the acronym CPU stand for?Central Programming UnitCentral Processing UnitComputer Programming UnitComputer Processing Unit30s
- Q8Which data structure follows the 'Last In, First Out' (LIFO) principle?HeapTreeStackQueue30s
- Q9What is the purpose of a loop in programming?To display output on the screenTo repeat a block of code multiple timesTo perform mathematical calculationsTo sort data in ascending order30s