Search Header Logo

diff set(4) 2023

Authored by Smiley Sunshine

Business

University

diff set(4) 2023
AI

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

Media Image

Predict the logo

Sheraton

Kingston

Hippodrome

Allen Solly

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SIMD Stands for 

Single Induction Multiple Data

Single Instruction Multiple Data

Simple Instruction Multiple Data

Single Instruction Maximum Data

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the least safe type casting in C++?

static_cast

 const_cast

reinterpret_cast

dynamic_cast

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 #include <iostream>

using namespace std;

class X

{

public: X()

        { cout<<"X"; }

        ~X()

        { cout<<"~X"; }

};

class Y : public X

{

public: Y()

        { cout<<"Y"; }

        ~Y()

        { cout<<"~Y"; }

};

int main()

{

Y obj;

    return 0;

}

XY~X~Y

XY~Y~X

X~XY~Y

X~X~YY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement(s) is/are true about Java Swing?

Swing component frame does not support Window Listner.

Swing component combobox does not support Window Listner.

Swing component checkbox does not support Window Listner.

Swing component dialog does not support Window Listner.

Both b and c

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

for i in range(int(float('inf'))):

    print (i)

 0.0 0.1 0.2 0.3 …

0 1 2 3 …

0.0 1.0 2.0 3.0 …

 none of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Predict the logo

Photoshop

PhotoDirector 365

Photo Editor

None of these

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?