CS 1: Big Idea #3 Practice

Flashcard
•
Computers
•
9th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

32 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which concept involves assigning a value to a variable in programming?
Back
Variable Assignment
Answer explanation
Variable Assignment is the concept of assigning a value to a variable in programming. It allows you to store data that can be used and manipulated throughout your code.
2.
FLASHCARD QUESTION
Front
Which of the following is used to perform calculations in programming? Boolean Expressions, Mathematical Expressions, Developing Algorithms, Conditionals - selection
Back
Mathematical Expressions
Answer explanation
Mathematical Expressions are used to perform calculations in programming, allowing for operations like addition, subtraction, multiplication, and division. Other options like Boolean Expressions and Conditionals do not perform calculations.
3.
FLASHCARD QUESTION
Front
What is a sequence of characters used in programming known as?
Back
Strings
Answer explanation
In programming, a sequence of characters is called a 'string'. Strings are used to represent text and can include letters, numbers, and symbols, making 'Strings' the correct answer among the options provided.
4.
FLASHCARD QUESTION
Front
Which concept involves making decisions based on conditions in programming?
Back
Conditionals - selection
Answer explanation
Conditionals, or selection statements, allow programmers to make decisions based on specific conditions. They enable the execution of different code paths depending on whether a condition evaluates to true or false.
5.
FLASHCARD QUESTION
Front
What is the process of finding a specific item in a sorted list by repeatedly dividing the search interval in half?
Back
Binary Search
Answer explanation
The process described is known as Binary Search. It efficiently finds a specific item in a sorted list by dividing the search interval in half, allowing for faster searches compared to Linear Search.
6.
FLASHCARD QUESTION
Front
Which term refers to a sequence of instructions that solve a problem or perform a task?
Back
Algorithm
Answer explanation
An algorithm is a sequence of instructions designed to solve a problem or perform a task. It is a fundamental concept in computer science, distinguishing it from terms like abstraction, debugging, and index.
7.
FLASHCARD QUESTION
Front
What is the term for a data type that can hold one of two possible values, typically true or false?
Back
Boolean values
Answer explanation
The term for a data type that can hold one of two possible values, typically true or false, is 'Boolean values'. This distinguishes it from other types like String, List, or Variable, which can hold more complex data.
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
AP CSP Programming Basics

Flashcard
•
10th - 12th Grade
21 questions
AP CSP Unit 3 Review

Flashcard
•
10th - 12th Grade
22 questions
Unit 3 Functions and Parameters

Flashcard
•
7th Grade - University
28 questions
Quarter 4 Practice 1

Flashcard
•
9th - 12th Grade
28 questions
Semester 1 review - student made questions

Flashcard
•
9th - 12th Grade
20 questions
CSP 1.4 Vocab

Flashcard
•
9th - 12th Grade
21 questions
Computer Science Vocab

Flashcard
•
6th Grade - Professio...
25 questions
JavaScript Variables

Flashcard
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade