
QuizBudds: Average Round (College of Information Technology Education)
Quiz by MA. LIA MIRANO
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What does JavaScript return if you try to access an object's property that doesn't exist?
Who is the father of modern computing?
A list of instructions that enable a computer to perform a specific task is a __________.
It is a programmable machine that carry out sequences of arithmetic or logical operations automatically.
To focus on the logic and make refinements to a program before translating it into a programming language, a programmer often creates an outline of the program’s algorithm. What is the term for this type of outline?
It is a is a well-defined step-by-step solution or a series of instructions to solve a problem.
Which type of error occurs when a programmer misspells a word or instruction?
What is 101112 in decimal?
How many bits make up one letter in binary code?
Repeats a statement or group of statements while a given condition is true. It tests the condition before executing the loop body.
Which term is used to describe expressions that result in the value of either true or false?
Terminates the loop or switch statement and transfers execution to the statement immediately following the loop or switch
What is the output of the following program?

What type of control flow statement is shown below?

What is 10 (decimal) in binary form?