Search Header Logo

VCE-ALPHA-18.11.2023-AN

Authored by CCC info@ccc.training

English

Professional Development

Used 1+ times

VCE-ALPHA-18.11.2023-AN
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 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

1 min • 1 pt

The postfix form of A*B+C/D is?

*AB/CD+
AB*CD/+
A*BC+/D
ABCD+/*

4.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 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

1 min • 1 pt

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

600
350
650
588

7.

MULTIPLE CHOICE QUESTION

1 min • 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

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?