Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pleeease yrgent i have 15 min 1. We want to create a program that lets the user choose a school (SSE, SBA, or SHSS), then

pleeease yrgent i have 15 min image text in transcribed
image text in transcribed
image text in transcribed
1. We want to create a program that lets the user choose a school (SSE, SBA, or SHSS), then based on the first choice, the program should display the list of majors and ask the user to choose one of them. Which kind of logical structure will we need? (2 points) A nested selection A regular selection A while loop A for loop 2. What are the values displayed by the following program: X = 7 for Nin range(x): print(N*2-1) (2 points) 0-1135 7 9 11 13 -11357911 name error syntax error type error 135 7 9 11 13 3. Python programs run faster than C programs (2 points) True False 4. What will be the output of the following program: N = input("Please enter something:") X = N % 2 if x = 0; print("odd") else: print("even") (2 points) even odd It depends on the value entered by the user nothing, the program will crash. 5. Which one of the following statements is wrong? (2 points) number = number 1 2-11- OL-message(0) 6. In the SDLC, the first stage deals with the algorithm of the software. (2 points) True False 7. In Python, while loops can only be used when the number of repetitions is not known in advance. (2 points) True False 8. What will be the output of the following program: Name = "Mehdi" Age = "25" City = "Casablanca" print("Hello, my name is", name, "I am", Age, "years old, and I live in", City) DS (2 Points) Type error Hello, my name is Mehdi I am 25 years old, and I live in Casablanca Syntax error Name error Hello, my name isMehdit am25years old, and I live inCasablanca

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Jay Greenspan, Brad Bulger

1st Edition

978-0764535376

More Books

Students also viewed these Databases questions

Question

4-6 Is there a digital divide? If so, why does it matter?

Answered: 1 week ago