>
CUET (PG)
List of top Questions asked in CUET (PG)
Which of the following is a regular language?
CUET (PG) - 2023
CUET (PG)
General Awareness
General Knowledge Based
Which of the following string does not belong to the set of strings represented by regular expression (a+b)* (ab+bba)
CUET (PG) - 2023
CUET (PG)
Programming and Data Structure
Character String
All regular, context free, context-sensitive, and recursive language are
CUET (PG) - 2023
CUET (PG)
General Awareness
General Knowledge Based
The following context free grammar is in
S-AB
B-CD
B-Ad
B-b
D→AD
D-d
A-b
C-a
CUET (PG) - 2023
CUET (PG)
General Awareness
General Knowledge Based
Given below are two statements:
Statement I: L= {a" b" c": n≥ o} is a context free language.
Statement II: L= {ww: w E{ab}*} is not context free.
In the light of the above statements, choose the correct answer from the options given below
CUET (PG) - 2023
CUET (PG)
Verbal Reasoning
Statements and Inferences
Given below are two statements:
Statement I: Non-deterministic pushdown automata can be designed for the given language L={x" y" z": n ≥ 1}
Statement II: Non-deterministic pushdown automata can be constructed for all context-free languages
In the light of the above statements, choose the correct answer from the options given below
CUET (PG) - 2023
CUET (PG)
Verbal Reasoning
Statements and Inferences
The numbers of 1
s
in Binary representation of (3× 4096 + 12×256+ 5x16+3) are
CUET (PG) - 2023
CUET (PG)
Digital Electronics
Number System and Binary Codes
The decimal number equivalent of (4057.06)
8
is
CUET (PG) - 2023
CUET (PG)
Digital Electronics
Number System and Binary Codes
Match List I with List II
List I
List II
Zettabyte
Megabytes
Terabyte
1024*1024 Petabytes
Gigabyte
1024*1024 Megabytes
Petabyte
1024 Terabytes
Choose the correct answer from the options given below:
CUET (PG) - 2023
CUET (PG)
Computer Awareness
Computer Fundamentals or Terminologies
Calculate the capacity of a two-platter disk unit with 18000 cylinders, an average of 520 sectors per track, and a sector size of 512 Bytes
CUET (PG) - 2023
CUET (PG)
ICT
Computer Literacy
Disk cache is a____
CUET (PG) - 2023
CUET (PG)
ICT
Computer Literacy
A memory system with 32-bit virtual addresses uses 4KB pages and a 128MB byte-addressable main memory. What is the size of physical address space in pages?
CUET (PG) - 2023
CUET (PG)
Computer Organization and Architecture
Memory Management
Which of the following is not a role of Input/output controller?
CUET (PG) - 2023
CUET (PG)
Computer Organization and Architecture
Input-Output Processor
Match List I with List II
List I
List II
Implied Addressing Mode
Megabytes
Terabyte
1024*1024 Petabytes
Gigabyte
1024*1024 Megabytes
Petabyte
1024 Terabytes
Choose the correct answer from the options given below:
CUET (PG) - 2023
CUET (PG)
Computer Organization and Architecture
Addressing Modes
Which of the following mode permits relocation without any change in the code
CUET (PG) - 2023
CUET (PG)
Computer Organization and Architecture
Base Register Addressing Mode
Which of the following facilitates transfer of bulk data from hard disk to main memory with the highest throughput?
CUET (PG) - 2023
CUET (PG)
Computer Organization and Architecture
Memory Management
The stack pointer in a microprocessor is a
CUET (PG) - 2023
CUET (PG)
Digital Electronics
Microprocessors
Which of the following interrupts is non-maskable in 8085 microprocessor?
CUET (PG) - 2023
CUET (PG)
Digital Electronics
Microprocessors
Which processor provide 1 MB memory
CUET (PG) - 2023
CUET (PG)
Digital Electronics
Microprocessors
Match List I with List II
List I
List II
Stack overflow
Software interrupt
Timer
Internal interrupt
Invalid opcode
External interrupt
Superior call
Machine Check interrupt
CUET (PG) - 2023
CUET (PG)
Computer Awareness
Computer Fundamentals or Terminologies
What will be the output of the following program assuming that the array begins at location 1002?
#include<stdio.h>
void main()
{int a[2] [3] [4] ={ {1,2,3,4,5,6,7,8,9,1,1,2,}, {2,1,4,7,6,7,8,9,0,0,0,0}};
printf("/n%u%u%u %d", a, *a, **a, ***a);
CUET (PG) - 2023
CUET (PG)
Programming and Data Structure
Programming in C
A technique using which a computer periodically collects all the deleted space onto the free storage list is called
CUET (PG) - 2023
CUET (PG)
ICT
Computer Literacy
In a linked list, a pointer of the last node contains a special value, called
CUET (PG) - 2023
CUET (PG)
Programming and Data Structure
Pointer
A. All AVL trees are binary search trees, but not vice-versa
B. There are four types of rotations to balance the AVL trees.
C. Four types of traversals are possible on tree data structure
D. The smallest elements in binary search is the right most element.
E. The time complexity of binary sort algorithm is O (logn)
choose the correct answer from the options given below:
CUET (PG) - 2023
CUET (PG)
ICT
Computer Literacy
Match List I with List II
List I
List II
A
printf("%d", size of (3.14));
I
5
B
Union A (intx, float y,} printf("%d", size of (A));
II
4
C
Invalid ostruct B {char x; double y;}; C. 2 printf("%d", size of (B));pcode
III
2
D
printf("%d", size of ('1'));
IV
8
CUET (PG) - 2023
CUET (PG)
Programming and Data Structure
Programming in C
Prev
1
...
406
407
408
409
410
...
477
Next