Font size
WorksheetsProgramming and Logic Lesson 1
Total questions: 25
Worksheet time: 13mins
What is a program?
is a person who writes programs
is a set of rules
instructions that tells the computer what to do
the process of writing a computer program
Which is NOT a primary function of a computer
calculating
manipulates
storing
dividing
What is the only language a computer understands?
binary
machine
assembly
high level
What is the language programmers write programs in that people can understand?
binary
machine
assembly
high level
How many bits are in a byte?
4
6
8
16
010010000011001001010101011111000111100100111100
This is an example of:
binary
machine
assemby
high level
translates the entire program before the computer runs it.
compiled
translated
A computer needs a (a) to run
What is an electrical switch that is either off(0) or on(1)?
transistor
translator
bit
byte
What kind of language must be translated into machine language before they can run?
binary
assembly
zeros and ones
high level language
What is the purpose of compilers and translators________ so the computer can understand its instructions.
build programs
test programs
translate programs
identify programs
Which of the following is a program that translates other programming languages into machine language?
binary
transistor
assembler
compiler
Which program translates a series of instructions, executes them, and then translates the next series of instructions until the program is fully executed?
transistor
translator
interpreter
compiler
Java, Visual Basic, Python and C++ are examples of what type of programming language?
binary
assembly
high level
low level
binary numbers are what base ?
Base 2
Base 8
base 10
base 16
__________ language is unique to computers/operating systems?
assembly
binary
machine
high level
What type of programming works from the top to the bottom?
assembled
chaotic
structured
binary
What does executing mean in computer terms?
runs a program
runs a car
runs a task
runs the school
A unique set of rules is called?
a program
syntax
byte
bit
What is the on or off switch called in computers?
base
bit
bug
byte
Programming language that contains English words and phrases.
assembly language
machine language
high-level language
syntax language
A collection of binary bits that a computer understands and interprets.
machine language
structured programming
assembly language
advanced programming
Dividing programs into smaller, logical problems to make them easier to execute.
high level language
structured programming
assembly language
data language
Translates each code instruction on the fly when the code is executed without looking at the entire program of code
compiler
syntax
sequential
interpreter
A general set of rules for defining how declarations, functions, commands and other statements should be arranged in a computer program.
sequential
syntax
compiler
binary
