Do Now - Retrieval - Programming and Data Structures

Do Now - Retrieval - Programming and Data Structures

11th Grade

11 Qs

quiz-placeholder

Similar activities

Programming Constructs

Programming Constructs

5th - 11th Grade

10 Qs

Quiz 120.3A - Algorithm flowcharts

Quiz 120.3A - Algorithm flowcharts

11th Grade

15 Qs

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

Year 9 Programming Constructs

Year 9 Programming Constructs

1st - 12th Grade

10 Qs

Topic 4.1 Video 1

Topic 4.1 Video 1

11th Grade

6 Qs

WHILE Loops yr 9

WHILE Loops yr 9

9th - 12th Grade

13 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

Computer Science 2: Control Structures

Computer Science 2: Control Structures

8th - 12th Grade

11 Qs

Do Now - Retrieval - Programming and Data Structures

Do Now - Retrieval - Programming and Data Structures

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Terry Watts

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1. What are the three basic constructs of programming?

Algorithms, Variables, and Loops

Functions, Pointers, and Operators

Conditional Statements, Loops, and Functions

Sequence, Selection, and Iteration

2.

DRAG AND DROP QUESTION

1 min • 1 pt

Which construct is used to execute instructions in a particular order? (a)  

Selection
Sequence
Iteration
None of them

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which construct is used to make decisions based on a condition?

Selection

Sequence

Iteration

None of them

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which construct is used to repeat a block of code until a certain condition is met?

Selection

Sequence

Iteration

None of them

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following loops in C# is executed at least once, even if the condition in the loop header is false?

for loop

while loop

do-while loop

foreach loop

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of the following code?

for (int i = 1; i <= 5; i++)

{Console.Write(i); }

1 2 3 4 5

1 2 3 4

2 3 4 5

1 3 5

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a data structure?

A way of organizing and storing data

A type of programming language

An algorithm for sorting data

A method of encrypting data

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?