
bt 4 2023
Authored by Smiley Sunshine
Business
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following declarations is incorrect in python language?
xyzp = 5,000,000
x y z p = 5000 6000 7000 8000
x,y,z,p = 5000, 6000, 7000, 8000
x_y_z_p = 5,000,000
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the logo
Shell
Siemens
Salesforce
Swatch
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The condition of an IF statement evaluates to boolean only if the expression contains?
logical operators
relational operators
boolean operands
All
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of Java program below?
float temp = 98.4f;
if(temp > 98.4)
{
System.out.println("SUMMER");
}
else
{
System.out.println("UNKNOWN");
}
SUMMER
UNKNOWN
Compiler error
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a type of cloud service?
Software as a Service (SaaS)
Hardware as a Service (HaaS)
Platform as a Service (PaaS)
All of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How to access and edit data in data file handling using structures
read()
write()
both A and B
without read()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following can be considered as the correct syntax for declaring an array of pointers of integers that has a size of 10 in C++?
int arr = new int[10];
int arr = new int[10]
int **arr = new int*[10];
int *arr = new int[10];
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?