BT_M2_2023

BT_M2_2023

University

10 Qs

quiz-placeholder

Similar activities

Post-test - Introduction to Accounting

Post-test - Introduction to Accounting

University

15 Qs

Intro: Frequency Distribution Table

Intro: Frequency Distribution Table

University

14 Qs

Quiz B2B Product & Procedure

Quiz B2B Product & Procedure

University

5 Qs

diff set 2 2023

diff set 2 2023

University

10 Qs

Web3 Headlines, Heroes, and Hoaxes

Web3 Headlines, Heroes, and Hoaxes

University - Professional Development

10 Qs

Strategic Marketing: Topic 3

Strategic Marketing: Topic 3

University

10 Qs

The Arbitrage Pricing Theory

The Arbitrage Pricing Theory

University

10 Qs

Marginal Analysis (3.2)

Marginal Analysis (3.2)

University

11 Qs

BT_M2_2023

BT_M2_2023

Assessment

Quiz

Business

University

Hard

Created by

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

Media Image

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

Media Image

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?