ITE3711 New

Description

IT114126 please search!!!
itso Lucypay
Quiz by itso Lucypay, updated about 18 hours ago
itso Lucypay
Created by itso Lucypay 8 days ago
235
0

Resource summary

Question 1

Question
What is the result of 2 + 3 * 4 in Python?
Answer
  • 12
  • 14
  • 20
  • 18

Question 2

Question
Which of the following is a valid variable name in Python?
Answer
  • 1variable
  • my_variable
  • variable-1
  • var&ble

Question 3

Question
What will be the output of print("Hello" * 3) in Python?
Answer
  • HelloHelloHello
  • 9
  • Hello 3 times
  • Rasengan

Question 4

Question
In Python, which statement is used to make a decision based on a condition?
Answer
  • for
  • switch
  • if
  • mizu no ko kyuu ichi no kata mina mo giri

Question 5

Question
How do you define a function in Python?
Answer
  • function myFunction():
  • define myFunction():
  • def myFunction():
  • func myFunction():

Question 6

Question
What is the correct way to call a function named my_function with two arguments in Python?
Answer
  • call my_function()
  • function my_function()
  • my_function(arguments)
  • my_function(arg1, arg2)

Question 7

Question
What will the following code snippet output: 5 > 3 and 10 < 20?
Answer
  • True
  • False
  • Error
  • san no kata ryuu ryuu mai

Question 8

Question
Which data type can not execute a calculation in Python?
Answer
  • string
  • integer
  • float
  • all of above

Question 9

Question
What does the "return" statement do in a function?
Answer
  • Terminates the function
  • Returns a value from the function
  • Prints a message
  • Skips the function

Question 10

Question
What is the result of range(7) in Python?
Answer
  • 1,2,3,4,5,6
  • 0,1,2,3,4,5,6
  • 0,1,2,3,4,5,6,7
  • 1,2,3,4,5,6,7

Question 11

Question
Which of the following program segment (s) is an example of a compound(複合的) conditional statement in Python?
Answer
  • if x > 5 or y < 10:
  • if x > 5 and y < 10:
  • if x > 5 then y < 10:
  • if x > 5

Question 12

Question
What is the output of print(3 == 3) in Python?
Answer
  • True
  • False
  • 3
  • ( 0 ﹏ 0 )

Question 13

Question
What is the purpose of the not keyword in Python?
Answer
  • Negates a boolean value
  • Performs bitwise NOT operation
  • Indicates a negative number
  • kakebunshin no jutsu

Question 14

Question
What will be the output of the following code snippet?
Answer
  • 3
  • 3.5
  • 4
  • Error

Question 15

Question
What does the != operator signify in Python?
Answer
  • Less than or equal to
  • Not equal to
  • Greater than or equal to
  • Assignment

Question 16

Question
What will be the output of the following code snippet?
Answer
  • Out of range
  • In range
  • out of range
  • Zaphkiel Bet

Question 17

Question
What is the value of z after the execution of the following code snippet? def my_function(x, y): return x + y z = my_function(3, 4) * 2
Answer
  • 14
  • 24
  • 7
  • 68

Question 18

Question
What is the value of z after the execution of the following code snippet?
Answer
  • 86
  • 68
  • 14
  • error

Question 19

Question
What will be the output of the following code snippet?
Answer
  • 55
  • "55"
  • "52"
  • 10

Question 20

Question
What will be the output of the following code snippet?
Answer
  • 3.33333 3
  • 3 3.33333
  • error
  • 3 / 3 3 // 3

Question 21

Question
What is the result of True + True in Python?
Answer
  • True
  • 2
  • False
  • Look at Move!! Faker!! What was that !!!

Question 22

Question
Are you ready for the test?

Question 23

Question
What will be the output of the following code snippet?
Answer
  • 2 3
  • 2 2.66666
  • 8 3
  • 2.66666 2

Question 24

Question
What will be the output of the following code snippet?
Answer
  • 2.5
  • 0.4
  • 2
  • 6

Question 25

Question
What is the value of the result variable in the following code snippet?
Answer
  • 5
  • 10
  • 7
  • 52

Question 26

Question
What does the += operator do in Python?
Answer
  • Subtracts the right operand from the left operand
  • Multiplies the left operand by the right operand
  • Adds the right operand to the left operand
  • None of the above

Question 27

Question
What will be the output of the following code snippet?
Answer
  • "52"
  • 7
  • 52
  • 10

Question 28

Question
What is the result of (True or False and True) in Python?
Answer
  • True
  • False
  • Error
  • None of the above

Question 29

Question
What does the // operator do in Python?
Answer
  • Calculates the remainder
  • Performs floor division
  • Raises to the power
  • Ryōiki tenkai "Muryō kuusho"

Question 30

Question
the display output of print (f" Answer = { name } ") is equivalent to print ("Answer = name")
Answer
  • True
  • False

Question 31

Question
Write a Python program segment to ask "the user to input their test mark" and store it in the test variable as a float type. The programme should ask the user a question "What is your test result? >" [blank_start]test[blank_end] = [blank_start]float([blank_end][blank_start]input([blank_end][blank_start]"What is your test result? >"[blank_end][blank_start]))[blank_end]
Answer
  • test
  • text
  • float(
  • int(
  • str(
  • input(
  • output(
  • "What is your test result? >"
  • "What is your test result?"
  • "What is your text result? >"
  • "what is your text result? >"
  • "What is your text result?>"
  • ))

Question 32

Question
The Data type of variable "Future" is String SYNY = 1 Future = SYNY == "True"
Answer
  • True
  • False

Question 33

Question
Which of the following variable names uses the snake case approach?
Answer
  • 3711ModuleCode
  • SeeYouNextYear
  • HKIIT_Modules
  • if

Question 34

Question
Which of the following variable names uses the camel case approach?
Answer
  • seeYouNextYear
  • HKIIT_Modules
  • 3711moduleCode
  • ____main____

Question 35

Question
Which of the following variable names uses the Pascal Case approach?
Answer
  • See You Next Year
  • See_You_Next_Year
  • SeeYouNextYear
  • ifelse

Question 36

Question
What is the correct way to declare a variable in Python?
Answer
  • create variable mark is 100;
  • x <- 100
  • dim Sum As Integer = "HarGow";
  • SeeYouNextYear = "Higher Diploma"

Question 37

Question
What is the value of the variable Result stored when the following Python segment is executed?
Answer
  • I choose You Pikachu
  • only children need to choose
  • I choose You
  • only children need to choose Pikachu

Question 38

Question
Which of the following Python segments is/are able to execute the below function CallMe()?
Answer
  • CallMe(21850000)
  • CallMe("Me","21800000")
  • callMe("Me","21800000")
  • CallMe("pizza",str(21800000))

Question 39

Question
Which of the following Python segments able to execute the provided function CallMe() and display the result 21850000 Call Me
Answer
  • CallMe("21800000","Me")
  • CallMe(21850000,"Me")
  • print(CallMe("21800000","Me"))
  • print("21800000","Me")

Question 40

Question
Which operator is used to calculate reminders in Python?
Answer
  • %>%
  • //
  • %
  • _(¦3」∠)_

Question 41

Question
Which of the following Python code is a correct answer to the following expression? Expression: 73% of 467
Answer
  • 467 * 0.73
  • 467 // 0.73
  • 467 * 73%
  • 467 // 73/100

Question 42

Question
Which of the following is/are a software development stage?
Answer
  • Planning
  • Analysis
  • Design
  • Implementation
  • Katon Goukakyuu no jutsu

Question 43

Question
What is the output of the following program segment? print(10*(3.7 + 2.3))
Answer
  • 60
  • 60.0
  • "60.0"
  • えどてんせい

Question 44

Question
What is the displayed result of the Python program segment?
Answer
  • GoodGood Bye
  • ========= ========= GoodGood Bye
  • ========= GoodGood Bye =========
  • ========= Jutsushiki jyunten "Ao", Jutsushiki hanten "Aka" =========

Question 45

Question
What is the python expression that can represent the following mathematics equation?
Answer
  • (a + b) ** (5/2)
  • (a + b) ** (2/5)
  • (a + b) ^ (2/5)
  • (a + b) ^ (5/2)

Question 46

Question
Choose all of the following Python expression(s) that are possible to represent the displayed mathematics equation.
Answer
  • (a + b) ** (2/5)
  • (a**2 + 2*a*b + b**2) ** (1/5)
  • ((a+b)(a+b)) ** (1/5)
  • (a + b) ** (5/2)
  • a ゚∀ ゚) ゚∀゚)b

Question 47

Question
What is the displayed result when the following Python code executed?
Answer
  • GGWP WPGG
  • WPGG GGWP
  • Error
  • GGWP
  • WPGG

Question 48

Question
What will be the output of the following code segnment?

Question 49

Question
What will be the output of the following code segment?
Answer

Question 50

Question
What happens if a function in Python does not have a return statement?
Answer
  • It returns None
  • It raises an error
  • The function does not execute
  • It returns the last expression evaluated

Question 51

Question
Identify the data type of the following variables.
Answer
  • string
  • float
  • integer
  • float
  • boolean
Show full summary Hide full summary

Similar

CCNA Security 210-260 IINS - Exam 3
Mike M
Application of technology in learning
Jeff Wall
Innovative Uses of Technology
John Marttila
Ch1 - The nature of IT Projects
mauricio5509
The Internet
Gee_0599
CCNA Answers – CCNA Exam
Abdul Demir
SQL Quiz
R M
Professional, Legal, and Ethical Issues in Information Security
mfundo.falteni
System Analysis
R A
Flash Cards Networks
JJ Pro Wrestler
EDUC260- Multimodal Literacies for a Digital Age
angelwoo2002