
Flashcard on Programming Essentials

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

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the purpose of a loop in programming?
Back
To repeat a block of code multiple times
2.
FLASHCARD QUESTION
Front
Which of the following is a valid function definition in Python?
Options: `def myFunction:` , `function myFunction()` , `def myFunction():` , `function: myFunction()`
Back
`def myFunction():`
3.
FLASHCARD QUESTION
Front
What is the output of the following code snippet?
```python
print("Hello, World!")
```
Back
Hello, World!
4.
FLASHCARD QUESTION
Front
Which of the following is an example of a conditional statement? `for i in range(5):`, `if x > 10:`, `def myFunction():`, `print("Hello")`
Back
`if x > 10:`
5.
FLASHCARD QUESTION
Front
Back
11
6.
FLASHCARD QUESTION
Front
Which function is used to get input from the user in Python? Options: `input()`, `get()`, `read()`, `scan()`
Back
`input()`
7.
FLASHCARD QUESTION
Front
What is the main purpose of a function in programming?
Back
To perform a specific task
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Congruent Triangles

Flashcard
•
9th - 10th Grade
10 questions
Angle Addition Postulate

Flashcard
•
9th - 12th Grade
14 questions
Geometry Unit 3 Flashcard ( Lessons 1-7)

Flashcard
•
10th Grade
15 questions
AP CSP Unit 7: Parameters, Returns, and Libraries

Flashcard
•
9th - 12th Grade
9 questions
Angle addition postulate

Flashcard
•
10th Grade
11 questions
Python Functions

Flashcard
•
KG - 8th Grade
10 questions
AP CSA Unit 1

Flashcard
•
12th Grade
12 questions
Python Functions and Docstrings Flashcard

Flashcard
•
University
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
20 questions
Digital Citizenship

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

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

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

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade