Week 12 - ECS

Quiz
•
Computers
•
12th Grade
•
Hard
Rafael Araujo
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It essentially means: repeat this code while the condition is met
Variable
Loop
Random
If-Else Statement
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The very first instruction you need in your python programming to be able to generate random numbers in between 1 and 100 is:
generate random()
random.seed()
random.randint(1,100)
import random
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following is an example of a loop in python that repeats until the variable "c" becomes greater than 5
while c < 6:
print(c)
c = c + 1
while c < 5:
print(c)
c = c + 1
while c > 5:
print(c)
c = c + 1
while c > 6:
print(c)
c = c + 1
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following is an example of a loop condition in python that repeats until the value of variable "c" is not equal to the value of variable "a"
while c == a:
while c != a:
while c >= a:
while c <= a:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In order to understand and have clear all the steps of a process before programming it we do a:
brainstorm
flowchart
analysis
scratch
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a flowchart, circles are used to represent:
decisions
tasks
the beginning and the end of a process
the next step to be executed
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a flowchart, rectangles are used to represent:
decisions
tasks
the beginning and end of a program
the next step to be executed
Create a free account and access millions of resources
Similar Resources on Wayground
23 questions
2.02 Multimedia Media Webpage Design

Quiz
•
9th - 12th Grade
15 questions
Creating Algorithms Through Pseudocodes and Flowcharts

Quiz
•
11th - 12th Grade
20 questions
AS IV TIK (Kelas V- S2)

Quiz
•
5th Grade - University
20 questions
Tes Formatif Informatika Kelas 12

Quiz
•
12th Grade
20 questions
algoritma dan pemrograman

Quiz
•
12th Grade
15 questions
Problem Solving : Design Solution

Quiz
•
12th Grade
19 questions
Y10_02_CT8- IF-IFELSE - RELATIONAL_OPERATORS

Quiz
•
9th Grade - University
18 questions
SST Yr8 - NCCE - Algorithms 2

Quiz
•
9th - 12th 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