0% found this document useful (0 votes)
1 views20 pages

Ct - q1 Sep22 Qpb2

The document outlines the configuration details for an online assessment, including settings for group duration, question types, and sections. It specifies the number of questions, marks, and options for multiple-choice questions. Additionally, it includes various sub-sections with specific question IDs and types, along with their respective options and correct marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views20 pages

Ct - q1 Sep22 Qpb2

The document outlines the configuration details for an online assessment, including settings for group duration, question types, and sections. It specifies the number of questions, marks, and options for multiple-choice questions. Additionally, it includes various sub-sections with specific question IDs and types, along with their respective options and correct marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Change Background Color : No

Change Theme : No

Help Button : No

Show Reports : No

Show Progress Bar : No

Group I
Group Number : 1

Group Id : 6406539322

Group Maximum Duration : 0

Group Minimum Duration : 90

Show Attended Group? : No

Edit Attended Group? : No

Break time : 0

Group Marks : 355

Is this Group for Examiner? : No

Examiner permission : Cant View

Show Progress Bar? : No

Revisit allowed for group Instructions? : Yes

Maximum Instruction Time : 0

Minimum Instruction Time : 0

Group Time In : Minutes

Navigate To Group Summary From Last Question? : No

Disable Submit Button During Assessment? : No

Sem1 CT
Section Id : 64065323874
Section Number : 1

Section type : Online

Mandatory or Optional : Mandatory

Number of Questions : 15

Number of Questions to be attempted : 15

Section Marks : 50

Display Number Panel : Yes

Group All Questions : No

Enable Mark as Answered Mark for Review and


Yes
Clear Response :

Maximum Instruction Time : 0

Sub-Section Number : 1

Sub-Section Id : 64065355169

Question Shuffling Allowed : No

Question Number : 1 Question Id : 640653386167 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 0

Question Label : Multiple Choice Question

Options :

6406531284464. Yes

6406531284465. No

Question Number : 2 Question Id : 640653386168 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0
Correct Marks : 0

Question Label : Multiple Choice Question


Options :

6406531284466. Useful Data has been mentioned above.

6406531284467. This data attachment is just for a reference & not for an evaluation.

Sub-Section Number : 2

Sub-Section Id : 64065355170

Question Shuffling Allowed : Yes

Question Number : 3 Question Id : 640653386169 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Select the most appropriate datatype specific to "Scores" dataset for the left column.

Options :

6406531284468. a - (3), b - (2), c- (1), d - (4)

6406531284469. a - (1), b - (2), c- (4), d - (3)

6406531284470. a - (2), b - (3), c- (1), d - (4)

6406531284471. a - (2), b - (1), c- (3), d - (4)

Sub-Section Number : 3

Sub-Section Id : 64065355171

Question Shuffling Allowed : Yes

Question Number : 4 Question Id : 640653386170 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Choice Question

The following pseudocode is executed using the "Words" dataset. What will count represent at the
end of the execution?

Options :

6406531284472. Number of nouns in the dataset

6406531284473. Number of words before the first noun in the dataset

6406531284474. Number of words after the first noun in the dataset

6406531284475. Number of words except nouns after the first noun in the dataset

Question Number : 5 Question Id : 640653386171 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Choice Question

The following pseudocode is executed using the "Scores" dataset. What will count represent at the
end of the execution?
Options :

6406531284476. Number of male students whose Physics marks are greater than Mathematics
marks

6406531284477. Number of male students whose Physics marks are greater than or equal to
Mathematics marks

6406531284478. Number of female students whose Physics marks are greater than or equal to
Mathematics marks

6406531284479. Number of female students whose Physics marks are less than or equal to
Mathematics marks

Question Number : 6 Question Id : 640653386173 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Choice Question

The following pseudocode is executed using the "Shopping Bills" dataset. Procedure findCommon
takes pair of cards X and Y as input and returns True if the two cards share at least one common
item otherwise returns False. What will count represent at the end of the execution?
Options :

6406531284484. Number of pair of bills with at least one common items

6406531284485. Number of pair of bills from the same shop with at least one common items

6406531284486. Number of pair of bills with at least two common items

6406531284487. Number of pair of bills from the same shop with no common items

Sub-Section Number : 4

Sub-Section Id : 64065355172

Question Shuffling Allowed : Yes

Question Number : 7 Question Id : 640653386172 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

The following pseudocode is executed using the “Words” dataset. What will count represent at the
end of the execution?
Options :

6406531284480. Number of words

6406531284481. Number of duplicate words

6406531284482. Number of pair of unique words

6406531284483. Number of words which occurs only once

Question Number : 8 Question Id : 640653386174 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

The following pseudocode is executed using the "Words" table. At the end of the execution, count
stores the number of pair of nouns such that both nouns have either same letter count or both
end with a full stop. Choose the correct code fragment to complete the pseudocode.
Options :

6406531284488. Statement 1: X.PartOfSpeech == Y.PartOfSpeech


Statement 2: X.LetterCount == Y.LetterCount
Statement 3: X.Word and Y.Word end with a full stop

6406531284489. Statement 1: X.Word and Y.Word end with a full stop


Statement 2: X.PartOfSpeech == Y.PartOfSpeech
Statement 3: X.LetterCount == Y.LetterCount

6406531284490. Statement 1: X.LetterCount == Y.LetterCount


Statement 2: X.Word and Y.Word end with a full stop
Statement 3: X.PartOfSpeech == Y.PartOfSpeech

6406531284491. Statement 1: X.LetterCount == Y.LetterCount


Statement 2: X.PartOfSpeech == Y.PartOfSpeech
Statement 3: X.Word and Y.Word end with a full stop

Sub-Section Number : 5

Sub-Section Id : 64065355173

Question Shuffling Allowed : Yes


Question Number : 9 Question Id : 640653386175 Question Type : MSQ Is Question
Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Select Question

Sripriya has used a variable max to keep track of the maximum total score to find the maximum
total score using “Scores” dataset. There are many ways of initializing max. Choose the correct
option(s) regarding the initialization of max.

It is a Multiple Select Question (MSQ)

Options :

6406531284492. Pick any random card X from the dataset and max = X.Total

6406531284493. Pick the top card X from the dataset and max = X.Total

6406531284494. Initialize max with any value greater than the possible maximum total score

6406531284495. Initialize max with any value less than the possible minimum total score

Sub-Section Number : 6

Sub-Section Id : 64065355174

Question Shuffling Allowed : Yes

Question Number : 10 Question Id : 640653386176 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Select Question

The following pseudocode is executed using the "Scores" dataset. At the end of the execution,
count captures the number of girls who scored at least 75 marks in Physics. Choose the correct
code fragment(s) to complete the pseudocode.

It is a Multiple Select Question (MSQ).


Options :

6406531284496.

6406531284497.

6406531284498.

6406531284499.
Question Number : 11 Question Id : 640653386177 Question Type : MSQ Is Question
Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Select Question

The following pseudocode is executed using the “Scores” dataset. At the end of the execution, A
captures the number of students who are male from Bengaluru or have scored less marks in
Physics than the average Physics marks. Assume that the variable Avg holds the value of the
average Physics marks. But the pseudocode may have mistakes. Identify all such mistakes (if any).
Assume that all statements not listed in the options below are free of errors.

It is a Multiple Select Question (MSQ).


Options :

6406531284500. Line 5

6406531284501. Line 8

6406531284502. Line 11

6406531284503. Line 12

6406531284504. No error in the code

Question Number : 12 Question Id : 640653386178 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Select Question

The following pseudocode is executed using the “Scores” dataset. At the end of the execution,
count captures the number of pairs of students having either same gender or from the same city
but not both. Choose the correct code fragment to complete the pseudocode.

It is a Multiple Select Question (MSQ).


Options :

6406531284505.

6406531284506.

6406531284507.
6406531284508.

Question Number : 13 Question Id : 640653386179 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Select Question

The following pseudocode is executed using the "Library" dataset. Assume that Table 1 contains all
the books authored by "Narayan" only. Also assume that the "Year" field of each book item is
distinct in the Table.
Which of the following statement(s) are correct at the end of execution of this pseudocode?

It is a Multiple Select Question (MSQ).

Options :

6406531284509. Table 2 will be empty

6406531284510. Table 3 will have one record corresponding to the most recently published
book of "Narayan".

6406531284511. Table 3 will have one record corresponding to the earliest published book of
"Narayan".

6406531284512. Table 4 will have one record corresponding to the earliest published book of
"Narayan".

6406531284513. Table 4 will have one record corresponding to the most recently published
book of "Narayan".

Question Number : 14 Question Id : 640653386180 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0
Correct Marks : 4

Question Label : Multiple Select Question

The procedure countGirls is executed using the "Scores" dataset which counts the number of girls
who have got less than the subject-wise average marks in at least one of the three subjects.
Assume that the subject-wise average marks for Physics, Chemistry and Mathematics are stored in
variables P,C and M respectively. Choose the correct code fragment(s) to complete the procedure.

It is a Multiple Select Question (MSQ).

Options :

6406531284514.

6406531284515.

6406531284516.
6406531284517.

Sub-Section Number : 7

Sub-Section Id : 64065355175

Question Shuffling Allowed : No

Question Id : 640653386181 Question Type : COMPREHENSION Sub Question Shuffling


Allowed : No Group Comprehension Questions : No Calculator : None Response Time : N.A
Think Time : N.A Minimum Instruction Time : 0

Question Numbers : (15 to 16)

Question Label : Comprehension

Answer the given subquestions.

Sub questions

Question Number : 15 Question Id : 640653386182 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

The following pseudocode is executed using the “Olympics” dataset. Procedure doSomething
accepts a Table of rows which contains rows of same player. Assume that every player has won at
least two medals and only one medal in any year. What will (B-A) represent at the end of the
execution?
Options :

6406531284518. Year gap between first and second medal won by a player

6406531284519. Year gap between first and latest medal won by a player

6406531284520. Year gap between latest and second latest medal won by a player

6406531284521. Year gap between first and second latest medal won by a player

Question Number : 16 Question Id : 640653386183 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

The following pseudocode is executed on the "Olympics" dataset. Use the procedure
doSomething in the previous question. What will count represent at the end of the execution?
Assume that every player has won at least two medals and only one medal in a year.
Options :

6406531284522. Number of players with maximum year gap between first and second medal

6406531284523. Number of players with minimum year gap between first and second medal

6406531284524. Number of players with maximum year gap between latest and second latest
medal

6406531284525. Number of players with minimum year gap between latest and second latest
medal

Sem1 English1
Section Id : 64065323875

Section Number : 2

Section type : Online

Mandatory or Optional : Mandatory

Number of Questions : 27

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy