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
25 questions
Algoritma dan Pemrograman

Quiz
•
12th Grade - University
21 questions
Python Test 1.0 - 2.0

Quiz
•
9th - 12th Grade
17 questions
ALGORITMA

Quiz
•
8th Grade - University
20 questions
Week 15 - ECS

Quiz
•
12th Grade
16 questions
Computational Thinking

Quiz
•
9th - 12th Grade
20 questions
Latihan Soal SIMKOMDIG

Quiz
•
12th Grade
15 questions
Algoritma dan Flowchart

Quiz
•
12th Grade
20 questions
Creating Algorithms through Pseudocodes and Flowcharts

Quiz
•
10th Grade - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade