Ucertify Programming and Logic Review

Ucertify Programming and Logic Review

7th - 8th Grade

40 Qs

quiz-placeholder

Similar activities

Year 8 CAT

Year 8 CAT

8th Grade

40 Qs

3rd SW - ZLGA - Fund. of CS

3rd SW - ZLGA - Fund. of CS

8th Grade

45 Qs

Semester 2 Exam - Comp Tech

Semester 2 Exam - Comp Tech

7th Grade

40 Qs

Programming Review Quiz

Programming Review Quiz

8th Grade

40 Qs

Year 7 - Term 2.2 - Assessment

Year 7 - Term 2.2 - Assessment

7th Grade

45 Qs

Nhce-scratch

Nhce-scratch

8th Grade

40 Qs

Computer Science Quiz

Computer Science Quiz

7th Grade

42 Qs

JavaScript Web Development

JavaScript Web Development

7th Grade

42 Qs

Ucertify Programming and Logic Review

Ucertify Programming and Logic Review

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Candace Harlan

Used 21+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Mario has begun learning a programming language. He thought that he would write the code in plain English. However, programming languages require that he learn and follow a special set of rules referred to as:

syntax.

machine language.

assembly.

executing.

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Computers organize the zeros and ones that represent an instruction into a series of eight pieces. This series of eight ones or zeros is known as:

data.

byte.

code.

a bit.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Consider the following code:

turnRight ();

for (var count = 0; count < 5; count++) {

  moveForward ();

}

assembly language.

programming language.

computer language.

machine langugage.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Basic mathematics taught in elementary school is a base 10 number system (which makes it easy if you are using your fingers). Computers use a different number system, known as:

base 2

base 1

base 8

base 6

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Frank has written code for his video game that makes the character move to the left while the player presses the left-arrow key. Which type of control structure is this?

Selective

Functional

Object

Loop

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What enables a programmer to determine the order in which instructions are executed, as well as the number of times (or even if) an instruction is executed?

Program Flow

Control Structure

Program syntax

Logic Structure

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What are the three main programming structures?

Sequence, selection, loop

Structured, object-oriented, procedural

Machine, assembly, high-level

Java, Python, Visual Basic

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?