Gamma -AN-30.01.02024

Gamma -AN-30.01.02024

Professional Development

15 Qs

quiz-placeholder

Similar activities

Arrays      A

Arrays A

Professional Development

15 Qs

091223    SASI AN

091223 SASI AN

Professional Development

15 Qs

28 12 23         KLU         FN  CLUSTER 5

28 12 23 KLU FN CLUSTER 5

Professional Development

15 Qs

Word Parts

Word Parts

10th Grade - Professional Development

20 Qs

Sasi-FN-04.05.2024

Sasi-FN-04.05.2024

Professional Development

15 Qs

coding skills (ISCP 02) Tuesday slot2 (11am - 1:00pm) CSE E & G

coding skills (ISCP 02) Tuesday slot2 (11am - 1:00pm) CSE E & G

Professional Development

20 Qs

KTR-CTECH-AN -18.04.2024

KTR-CTECH-AN -18.04.2024

Professional Development

15 Qs

SASI -1st year -DAY4-FN (21.12.23)

SASI -1st year -DAY4-FN (21.12.23)

Professional Development

15 Qs

Gamma -AN-30.01.02024

Gamma -AN-30.01.02024

Assessment

Quiz

English

Professional Development

Easy

Created by

CCC info@ccc.training

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In below program, what would you put in place of “?” to print “Quiz”? #include <stdio.h> int main() { char arr[] = "CCCSRMQuiz"; printf("%s", ?); return 0; }
arr
arr+3
arr+6
not possible

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The postfix form of the expression (A+ B)*(C*D- E)*F / G is?
AB+ CD*E - FG /**
AB + CD* E - F **G /
AB + CD* E - *F *G /
AB + CDE * - * F *G /

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The postfix form of A*B+C/D is?
*AB/CD+
AB*CD/+
A*BC+/D
ABCD+/*

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The prefix form of A-B/ (C * D ⋀ E) is?
-/*⋀ACBDE
-ABCD*⋀DE
-A/B*C⋀DE
-A/BC*⋀DE

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The prefix form of an infix expression p + q - r * t is?
+ pq - *rt
- +pqr * t
- +pq * rt
- + * pqrt

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The result of evaluating the postfix expression 5, 4, 6, +, *, 4, 9, 3, /, +, * is?
600
350
650
588

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Convert the following infix expressions into its equivalent postfix expressions (A + B ⋀D)/(E - F)+G
(A B D ⋀ + E F - / G +)
(A B D +⋀ E F - / G +)
(A B D ⋀ + E F/- G +)
None

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?