The following python program can work with ____ parameters.
def f(x):
def f1(*args, **kwargs):
print("Technology")
return x(*args, **kwargs)
return f1
BT_M2_2023
Quiz
•
Business
•
University
•
Hard
Smiley Sunshine
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The following python program can work with ____ parameters.
def f(x):
def f1(*args, **kwargs):
print("Technology")
return x(*args, **kwargs)
return f1
any number of
0
1
2
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following option leads to the portability and security of Java?
Dynamic binding between objects
Use of exception handling
Bytecode is executed by JVM
The applet makes the Java code secure and portable
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following are NodeJS global objects?
__dirname
__filename
Buffer
All of the above
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Guess the Logo
Real Madrid
Bayern Munich
Paris Saint-Germain
None of the above
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following Java program?
class leftshift_operator
{
public static void main(String args[])
{
byte x = 64;
int i;
byte y;
i = x << 2;
y = (byte) (x << 2);
System.out.print(i + " " + y);
}
}
0 256
0 64
256 0
64 0
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Predict the logo
Allianz
Max Life Insurance
John Hancock
None of these
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Study the following program:
main()
{
char x [10], *ptr = x;
scanf ("%s", x);
change(&x[4]);
}
change(char a[])
{
puts(a);
}
If abcdefg is the input, the output will be
abcd
abc
efg
Garbage
15 questions
Post-test - Introduction to Accounting
Quiz
•
University
10 questions
MGT162 CHAPTER 5
Quiz
•
University
10 questions
diff set-(3) 2023
Quiz
•
University
10 questions
Exchange rates
Quiz
•
10th Grade - University
10 questions
ESTILOS DE NEGOCIACION
Quiz
•
University
10 questions
Digital Marketing Part 2
Quiz
•
University - Professi...
10 questions
bt 3 2023
Quiz
•
University
11 questions
Marginal Analysis (3.2)
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade