Think Tank Tuesday

Think Tank Tuesday

University

30 Qs

quiz-placeholder

Similar activities

Inter Class quizIT_23_JAN_2024

Inter Class quizIT_23_JAN_2024

University

25 Qs

C Programing

C Programing

University

25 Qs

TARANG C-COLLEGIUM ROUND-2

TARANG C-COLLEGIUM ROUND-2

University

30 Qs

OCS752_CP_WEEKLY_TEST4 (08.09.2020)

OCS752_CP_WEEKLY_TEST4 (08.09.2020)

University

30 Qs

Test_Array&String

Test_Array&String

University

30 Qs

programming quiz

programming quiz

University

25 Qs

Tema 5 Programación Básica

Tema 5 Programación Básica

University

35 Qs

Quiz-O-Mania

Quiz-O-Mania

10th Grade - University

30 Qs

Think Tank Tuesday

Think Tank Tuesday

Assessment

Quiz

Computers

University

Hard

Created by

SRGEC AI&DS

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Guess the output for the Follolwing Code

#include <stdio.h>

int main(){

int i=1;

while(i<5)

printf(" %d" ,i) ;

i++;

}

1 2 3 4 5

1 2 3 4

1 1 1 1 1 1 …...

Syntax error

2.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

How do you think AI might impact your life in the future?

It will help me learn new things and be more productive.

It will do all my homework for me.

It will take over all jobs and humans will become obsolete.

I'm not sure, but I'm curious to find out!

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

How to find length of string in c

name.length()

name.size()

strlen

No Predefined Function

4.

FILL IN THE BLANK QUESTION

20 sec • 3 pts

Media Image

Identify the Budding AI-Chatbot Logo

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Guess the output of the below Code.

#include <stdio.h>

int main() {

int a = 2;

int b = 14;

int c = 5;

printf("%d\n", (a > b) ? (a > c ? a : c) : (b > c) ? c : b);

return 0;

}

2

14

5

Compilation Error

6.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What will be the output of the following code snippet?

#include <stdio.h>
int main() {
               int a = 3, b = 5;
               int t = a;
               a = b;
               b = t;
               printf("%d %d", a, b);
               return 0;
}

3 5

3 3

5 5

5 3

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of these is an ethical concern about AI?

AI can help us solve complex problems.

AI can automate many tasks, making life easier.

AI could potentially become biased or discriminatory.

AI might take away jobs from humans.

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?