
bt3_m3_2023
Authored by Smiley Sunshine
Business
University
Used 1+ 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
45 sec • 1 pt
First computer virus is known as
Rabbit
Creeper Virus
Elk Cloner
SCA Virus
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code snippet?
a = {'Hello':'World', 'First': 1}
b = {val: k for k , val in a.items()}
print(b)
{'Hello':'World', 'First': 1}
{'World':'Hello', 1: 'First'}
Both A and B
None of these
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What are the major components of the JDBC?
DriverManager, Statement, and ResultSet
DriverManager, Driver, Connection, Statement, and ResultSet
DriverManager, Connection, Statement, and ResultSet
DriverManager, Driver, Connection, and Statement
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
As what datatype are the *args stored, when passed into a function in Python?
List
Tuple
Dictionary
None of these
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which text editor is represented by the below logo?
Geany
Kate
Vim
None of these
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output for the following program?
#include<iostream>
using namespace std;
int main(){
int arr[] = {10, 20, 30};
int *p = arr;
cout<<*p++<<" ";
cout<<*p++<<" ";
cout<<*p++<<" ";
return 0;
}
10 20 30
30 20 10
10 30 20
20 30 10
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A dual layer Blue-ray Disc can store data upto
20GB
35 GB
12 GB
50 GB
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 Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?