Final Review Part 1c

Final Review Part 1c

Assessment

Flashcard

Computers

3rd Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

16 questions

Show all answers

1.

FLASHCARD QUESTION

Front

4 Pseudocode is:

Back

A set of basic steps that the human can use to plan the program

2.

FLASHCARD QUESTION

Front

What is the best way for Karel to move 10 times? Options: move(); move(); move(); move(); move(); move(); move(); move(); move(); move();, for (let i = 0; i < 10; i++) { move(); }, move(10);, move10();

Back

for (let i = 0; i < 10; i++) { move(); }

3.

FLASHCARD QUESTION

Front

What is the proper format for a single line comment in Karel?

Back

// This is a comment

4.

FLASHCARD QUESTION

Front

An advantage of programming in a high-level programming language is:

Back

Easier to understand

5.

FLASHCARD QUESTION

Front

What is the name for the software used to convert an assembly language program into machine code? Options: Assembler, Interpreter, Compiler, Translator

Back

Assembler

6.

FLASHCARD QUESTION

Front

Which type of translator creates an executable file of machine code from a program written in a high level language? Options: Compiler, Assembler, Interpreter, Executor

Back

Compiler

7.

FLASHCARD QUESTION

Front

Software that translates and executes a high level language program one line at a time is known as a?

Back

Interpreter

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?