Problem Solving, Algorithm Development and Program Design

Problem Solving, Algorithm Development and Program Design

10th - 11th Grade

40 Qs

quiz-placeholder

Similar activities

Data types and operators

Data types and operators

10th - 11th Grade

40 Qs

PLTW CSE Unit 1.3 Review

PLTW CSE Unit 1.3 Review

9th - 12th Grade

35 Qs

Strings In java

Strings In java

9th - 10th Grade

35 Qs

AP CSP Code.org Unit 5 Assessment 1 Review

AP CSP Code.org Unit 5 Assessment 1 Review

9th - 12th Grade

40 Qs

python

python

11th Grade - University

35 Qs

[AP CSP] Programming with Conditionals [If, Elif, Else]

[AP CSP] Programming with Conditionals [If, Elif, Else]

9th Grade - University

35 Qs

Java Basics

Java Basics

11th - 12th Grade

35 Qs

Problem Solving, Algorithm Development and Program Design

Problem Solving, Algorithm Development and Program Design

Assessment

Quiz

Computers

10th - 11th Grade

Medium

Created by

Cadile Whittle

Used 96+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which algorithm correctly calculates the average and sum of two user inputted numbers and displays the result of both?

read a

read b

c=a+b

d=a+b/2

print c, d

read a

read b

c=a+b

d=c/2

print c, d

read a

c=a+b

d=(a+b)/2

print c, d

read a

read b

d=c/2

c=a+b

print c, d

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which construct should be used to count from 1 to 5 and print each number consecutively?

IF-THEN-ELSE

FOR-DO-ENDFOR

WHILE-ENDWHILE

IF-THEN-ELSE-IF

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which pseudocode prints out the two times table for the numbers 1 to 6?

For number = 1 to 6 do

product =number *2

print number

Endfor

Display "Number", "Product"

While number <= 6 do

product =number *2

print number, product

Endwhile

Display "Number", "Product"

For number = 1 to 6 do

product =number *2

print number, product

Endfor

Display "Number", "Product"

While number = 1 to 6 do

product =number *2

print number, product

Endwhile

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of a language a computer would understand?

Binary

Pascal

C

All the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before a computer can understand a program it must be...
Translated into its machine code.
Translated into a high level language.
Translated into a low level language.
Converted into binary.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of a debugging technique

Documentation

Execution

Error Checking

Dry run

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a high level programming language?

Assembly

C

Java

Pascal

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?