Programming Concepts Quiz

Programming Concepts Quiz

12th Grade

9 Qs

quiz-placeholder

Similar activities

Arduino Basics

Arduino Basics

12th Grade

10 Qs

Milgram Experiment

Milgram Experiment

9th - 12th Grade

10 Qs

102 - team work - theory wk 1

102 - team work - theory wk 1

12th Grade

12 Qs

Python Fundamentals and Programming

Python Fundamentals and Programming

11th - 12th Grade

13 Qs

Python Chapter 4 - Think Python

Python Chapter 4 - Think Python

9th - 12th Grade

11 Qs

Quiz in Practical Research 1

Quiz in Practical Research 1

11th - 12th Grade

10 Qs

SASL Minimal pairs

SASL Minimal pairs

12th Grade

6 Qs

Computer Parts Review

Computer Parts Review

6th - 12th Grade

10 Qs

Programming Concepts Quiz

Programming Concepts Quiz

Assessment

Quiz

Other

12th Grade

Easy

Created by

William Mattheus

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A step-by-step procedure for solving a problem, especially by a computer.

Algorithm

Data

Iteration

Parameter

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repeated execution of a set of programming statements.

Recursion

Procedure

Selection

Iteration

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data that has been processed into a useful format.

Input

Output

Data

Parameter

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Information that has been translated into a form that is efficient for processing.

Input

Data

Output

Procedure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sequence of code that is named for what it does. It may or may not contain one or more parameters.

Iteration

Procedure

Argument

Data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The variable name for input into a procedure.

Input

Output

Parameter

Algorithm

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Shorthand notation for programming which uses a combination of informal programming structures and verbal descriptions of code.

Flowchart

Data

Pseudocode

Output

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The value that is given to a parameter in a procedure.

Parameter

Output

Argument

Evidence

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data that is entered into a procedure that results in a response.

Data

Input

Output

Argument