APCS Principles 24-25 Midterm review Questions

Quiz
•
Computers
•
10th Grade
•
Easy
Brian Ciavarella
Used 6+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following is true of algorithms?
Algorithms must be written in a specific programming language
Algorithms can solve every problem
Algorithms can be constructed using combinations of sequencing, selection, and iteration
Algorithms always have a set of ambiguous instructions
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data type is appropriate for storing a person's age in years?
String
Number
Boolean
Array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which code segment results in "true" being returned if a number is odd?
A. num % 2 == 1;
B. num % 1 != 2;
C. num % 1 == 1;
D. num % 2 == 0;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which concept does the following algorithm BEST demonstrate? Repeat for Weekdays Wake up Go to school Come home Go to bed
Execution
Sequencing
Selection
Iteration
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the expression: 17 % 4?
1
2
3
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given that y has a value of 10, what is the value of the expression: (y < 10) AND (y > 5)?
True
False
y
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following terms is accurate for the definition: a reusable block of code that performs a specific task?
Function Call
Variable
Function
Expression
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
JavaScript Console & Graphics Review

Quiz
•
9th - 12th Grade
24 questions
8525 Python Questions

Quiz
•
10th Grade
22 questions
Visual Basic Programming

Quiz
•
10th Grade
25 questions
S2 Python Turtle Quiz

Quiz
•
9th Grade - University
23 questions
Python

Quiz
•
10th Grade
30 questions
CFU 2.1 - Karel Python CodeHS (mod 1-5)

Quiz
•
9th - 12th Grade
25 questions
Javascript QUIZ 01

Quiz
•
10th Grade
25 questions
JavaScript

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade