Ucertify Programming and Logic Review

Ucertify Programming and Logic Review

7th - 8th Grade

40 Qs

quiz-placeholder

Similar activities

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

Introduction to Sphero

Introduction to Sphero

6th - 8th Grade

45 Qs

Coding Technical Vocabulary

Coding Technical Vocabulary

6th - 12th Grade

37 Qs

CONDING QUIZ

CONDING QUIZ

6th - 8th Grade

41 Qs

Algorithm: Flowcharts

Algorithm: Flowcharts

8th - 10th Grade

37 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

Unit 9.1 - Textual Programming

Unit 9.1 - Textual Programming

8th Grade - University

35 Qs

Code.org  Review 5th Grade

Code.org Review 5th Grade

4th - 7th Grade

41 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?