No student devices needed. Know more
16 questions
Which statement is used for selection?
If...
While...
For...
Do...
Which statement is NOT used for iteration?
While...
If...
For...
What is the logical output: (NOT(TRUE) AND TRUE)
True
False
Which best describes a subroutine?
A part of a routine
A set of instructions which are used for running repeating tasks
A set of instructions that always have to return a value
The application which compiles a program
Which best describes a function?
A small subroutine
A set of instructions to run a task and return a value
A set of instructions that a program executes in any order
The inputs which a user enters within a program
What is the expected output of 50 MOD 8?
1
2
4
5
Which of the following is typically used for infinite recursion?
While (True)
While (False)
For (i = 0 to 10)
If (True)
What is an API?
Application Store
Application Processor Intelligence
Area Proxy Internet
Application Programming Interface
What is an IDE?
Integrated Development Environment
Intelligent Decompiler Executable
Interactive Display Environment
Information Direction Equipment
Which classification of file can be executed on an operating system?
Source Files
CPU Files
Binary Files
Text Document Files
What is abstraction in programming?
Removing unneeded information to simplify a problem
Removing all numerical values
Extracting numbers from a program
Reverse-engineering a program's code
What is decomposition in programming?
Removing unneeded information to simplify a problem
Leaving a piece of code redundant
Hiding private parts of the source code
Breaking down a problem into smaller, more manageable problems
What keyword is used in many programming languages to follow an "if" statement if the value is false?
Break
For
Else
Retry
What is a GUI?
Games Console Unit
Graphical User Interface
Good User Input
Graphical Unit Instance
Which of the following programming languages is most easily executed by an interpreter rather than a compiler?
C++
Python
Java
Web Browsers
What type of programming structure is used in HTML?
Mark-up
Comma-Separated Values
Binary
Webserver
Explore all questions with a free account