Question: Question 1 Choose the correct code. for a in range (1,5) print Hello for a in range (1,5): print Hello for a in range (1,5):



Question 1 Choose the correct code. for a in range (1,5) print "Hello" for a in range (1,5): print "Hello" for a in range (1,5): print "Hello for a in range (1,5): print "Hello" Question 4 Consider the code below. Which if the following correctly identifies the data type for the variable wages? hourly=20 worked=37.5 wages=hourly * worked O Integer String O Complex O Float Question 7 Choose the correct order of the core components of Computational Thinking: Decomposition, Algorithm, Pattern Recognition, Abstraction Decomposition, Abstraction, Pattern Recognition, Algorithm Algorithm, Pattern Recognition, Decomposition, Computational Thinking Abstraction, Pattern Recognition, Algorithm, Decomposition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
