Which algorithm correctly calculates the average and sum of two user inputted numbers and displays the result of both?
Problem Solving, Algorithm Development and Program Design

Quiz
•
Computers
•
10th - 11th Grade
•
Medium

Cadile Whittle
Used 96+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
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
Similar Resources on Quizizz
40 questions
C Programming Midterm Review

Quiz
•
11th - 12th Grade
35 questions
python

Quiz
•
11th Grade - University
40 questions
Python.Comp Quiz (Python Coding)

Quiz
•
9th Grade - University
45 questions
AP CSP Vocabulary Midterm

Quiz
•
11th Grade
45 questions
Midterm prep 10 gr

Quiz
•
10th Grade - University
43 questions
C++ Chapter 10

Quiz
•
9th - 12th Grade
45 questions
STRINGS

Quiz
•
11th Grade
38 questions
Python Fundamentals Concept Checkup

Quiz
•
9th Grade - University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade