2.1.2 CSE Coding Fundamentals: Dead Reckoning

2.1.2 CSE Coding Fundamentals: Dead Reckoning

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Unit 2 Vocabulary, PLTW COM Science

Unit 2 Vocabulary, PLTW COM Science

9th - 12th Grade

9 Qs

Programming Pop Quiz

Programming Pop Quiz

9th Grade

10 Qs

AP CSP Procedures

AP CSP Procedures

12th Grade

6 Qs

A words - GCSE Computer Science

A words - GCSE Computer Science

1st - 10th Grade

13 Qs

Review multiple choice Quiz

Review multiple choice Quiz

KG - Professional Development

10 Qs

MIT App Inventor Basics

MIT App Inventor Basics

9th - 12th Grade

10 Qs

AQA A Level: 4.4.1 Abstraction

AQA A Level: 4.4.1 Abstraction

12th Grade

10 Qs

S3 Programming with Visual Basic

S3 Programming with Visual Basic

9th Grade

12 Qs

2.1.2 CSE Coding Fundamentals: Dead Reckoning

2.1.2 CSE Coding Fundamentals: Dead Reckoning

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Robin Robertson

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A command used to trigger or start an event or procedure in a program.

variable

procedure

broadcast

loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of applying or using a procedure and only knowing what the procedure does, without knowing how it does it.

procedural abstraction

broadcast

loop

Vex Coding Studio

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programming statement that evaluates a true/false Boolean expression to determine the next steps in a program. Conditional statements are often written as 'if-then' or 'if-then-else' statements.

loop

broadcast

procedural abstraction

conditional statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of two values, such as “true” or “false”, that allows a computer to know what step in the conditional statement process to execute next.

variable

int

boolean

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The smallest unit of data storage that a program can use. A variable contains known or unknown information referred to as a “value”. Two types of variables are global and local

procedural abstration

VEX Coding Studio

loop

variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of steps to accomplish a task

conditonal

algorithm

boolean

string

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To identify errors or bugs in computer hardware or programs and fix them.

algorithm

debugging

procedural abstraction

conditional

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The values that a program provides to a function or subroutine.

loop

procedure

argument

conditional

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sequence of instructions that continually repeats until a condition is met.

boolean

variable

procedural abstraction

loop