a. if num2 > 5: print ("Big") else: print ("Small") b. if numl == 5: print("Message 1") else: print("Message 2") c. if numl = 5: print("Message 1") else: print("Message 2") if num2 > num1: print ("Tom") if not tf: d.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
10. Given the following variables, for each problem, determine what will be printed on the screen
when the code is executed. If there is an error, say what the error is.
numl = 4
num2 = 13.0
tf =
False
if num2 > 5:
e. if tf
num2 > numl:
а.
==
print ("Big")
print ("this tf:", tf)
ww"
wwww
else:
else:
print ("Small")
print ("that tf:", tf)
www"
b.
if numl
5:
f. tf = True
www
print ("Message 1")
if tf
== num2 > numl:
else:
print ("this tf:",tf)
www
print ("Message 2")
else:
print ("that tf:",tf)
www
if numl = 5:
c.
print ("Message 1")
g.
tf =
"True"
www
else:
if tf == num2 > numl:
print ("Message 2")
print ("this tf:",tf)
else:
print ("that tf:",tf)
www
d.
if num2 > numl:
print ("Tom")
if not tf:
www
print ("Harry")
Transcribed Image Text:10. Given the following variables, for each problem, determine what will be printed on the screen when the code is executed. If there is an error, say what the error is. numl = 4 num2 = 13.0 tf = False if num2 > 5: e. if tf num2 > numl: а. == print ("Big") print ("this tf:", tf) ww" wwww else: else: print ("Small") print ("that tf:", tf) www" b. if numl 5: f. tf = True www print ("Message 1") if tf == num2 > numl: else: print ("this tf:",tf) www print ("Message 2") else: print ("that tf:",tf) www if numl = 5: c. print ("Message 1") g. tf = "True" www else: if tf == num2 > numl: print ("Message 2") print ("this tf:",tf) else: print ("that tf:",tf) www d. if num2 > numl: print ("Tom") if not tf: www print ("Harry")
Expert Solution
Step 1

As per our guidelines we are supposed to answer three sub parts kindly repost other sub parts as a separate question

 

a)

if num2>5:
    print("Big")
else:
    print("Small")

 

output

Big

Computer Science homework question answer, step 1, image 1

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education