Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Tests  >  AFCAT EKT CSE Mock Test Series 2026  >  AFCAT EKT Computer Science Mock Test - 2 - Computer Science Engineering (CSE) MCQ

AFCAT EKT Computer Science Mock Test - 2 - Computer Science Engineering (CSE) MCQ


Test Description

30 Questions MCQ Test AFCAT EKT CSE Mock Test Series 2026 - AFCAT EKT Computer Science Mock Test - 2

AFCAT EKT Computer Science Mock Test - 2 for Computer Science Engineering (CSE) 2025 is part of AFCAT EKT CSE Mock Test Series 2026 preparation. The AFCAT EKT Computer Science Mock Test - 2 questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The AFCAT EKT Computer Science Mock Test - 2 MCQs are made for Computer Science Engineering (CSE) 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for AFCAT EKT Computer Science Mock Test - 2 below.
Solutions of AFCAT EKT Computer Science Mock Test - 2 questions in English are available as part of our AFCAT EKT CSE Mock Test Series 2026 for Computer Science Engineering (CSE) & AFCAT EKT Computer Science Mock Test - 2 solutions in Hindi for AFCAT EKT CSE Mock Test Series 2026 course. Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free. Attempt AFCAT EKT Computer Science Mock Test - 2 | 50 questions in 45 minutes | Mock test for Computer Science Engineering (CSE) preparation | Free important questions MCQ to study AFCAT EKT CSE Mock Test Series 2026 for Computer Science Engineering (CSE) Exam | Download free PDF with solutions
AFCAT EKT Computer Science Mock Test - 2 - Question 1

Given a relation R(A, B, C) and set of F.D.F = {A → BC, B → C, C → B} the highest normal form of R is

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 1

Candidate key is A and B → C, C → B are transitive dependencies and there are no partial dependencies. Hence it is in 2 NF but not in 3 NF 

AFCAT EKT Computer Science Mock Test - 2 - Question 2

Gray code for number 7 is

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 2

Binary number for 7 is 0111

Gray code for 7 will be 0100

AFCAT EKT Computer Science Mock Test - 2 - Question 3

Derived attribute is shown using ?

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 3

Derived Attribute : Attributes derived from other stored attribute. For example age from Date of Birth and Today’s date.

AFCAT EKT Computer Science Mock Test - 2 - Question 4
A Boolean function can be expressed
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 4

A Boolean function can be expressed as

the product of maxterms (Which is POS form), eg. (A+B)(A'+B') or the sum of minterms (SOP) terms, eg. (AB + A'B')

AFCAT EKT Computer Science Mock Test - 2 - Question 5
Which is the reverse process of Specialization?
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 5

Generalization is a abstracting process of viewing sets of objects as a single general class by concentrating on the general characteristics of the constituent sets while suppressing or ignoring their differences.In simple terms, Generalization is a process of extracting common characteristics from two or more classes and combining them into a generalized superclass. So, it is a bottom up approach as two or more lower lever entities are combined to form a higher level entity.

Specialization may be seen as the reverse process of Generalization. Specialization is the abstracting process of introducing new characteristics to an existing class of objects to create one or more new classes of objects.In simple terms, a group of entities in specialization can be categorized into sub - groups based on their characteristics. So it is a top - down approach in which one higher level entity can be broken down into two lower level entity. It defines one or more subtypes of the supertypes and forming supertype/subtype relationships.

AFCAT EKT Computer Science Mock Test - 2 - Question 6

f ‘X’ is a continuous random variable, then the expected value is given by (where p(x) is the probability function)

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 6

Let X be a continuous random variable with range [a, b] and probability density function f(x). The expected value of X is defined by

The discrete formula says to take a weighted sum of the values xi of X, where the weights are the probabilities p(xi)

AFCAT EKT Computer Science Mock Test - 2 - Question 7

If , then the sum of matrix A and its Transpose is equal to unity matrix then the value of β is

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 7


Also A + AT = I

AFCAT EKT Computer Science Mock Test - 2 - Question 8

A light ray passing through the glass from denser to rarer medium. Which of the following diagram is correct?

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 8

According to Snell’s Law

Here μ1 > μ2
So 

A light ray passing through glass from denser to rarer medium. The reflected ray in the rarer medium is made obtuse angle with respect to normal.

AFCAT EKT Computer Science Mock Test - 2 - Question 9

Memory compaction is a solution to

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 9

Memory Compaction is the process of moving all the allocated blocks to one end of memory, thus combining all the holes. This is the problem of external fragmentation.

AFCAT EKT Computer Science Mock Test - 2 - Question 10

The greatest negative number which can be stored in a computer that has 8 bit word length and uses 2’complement arithmetic is

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 10

The range of n bit word in 2’s complement representation is,
(-2n-1) to (2n-1-1)
(n-1) is used here because out of n bits 1 bit is used as sign bit 
There is one extra negative number because "0" has only single representation in 2's complement form
For 8 bit word the range will be 127 to -128. 

AFCAT EKT Computer Science Mock Test - 2 - Question 11
Force of buoyancy on a floating body equals ________.
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 11

When a body is immersed in a fluid, an upward force is exerted by the fluid on the body.

This upward force is equal to the weight of the fluid displaced by the body and is called the force of buoyancy.

AFCAT EKT Computer Science Mock Test - 2 - Question 12
Which of the following is error detecting code?
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 12

Hamming code is an error detecting code.

AFCAT EKT Computer Science Mock Test - 2 - Question 13

Translation, Encryption and Compression of information is performed at which layer of ISO/OSI architecture stack?

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 13

The presentation layer is responsible for the delivery and formatting of information to the application layer for further processing or display. It is sometimes called the syntax layer

AFCAT EKT Computer Science Mock Test - 2 - Question 14
If A is an orthogonal matrix, then |A| is
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 14

Since A is orthogonal, ATA = AAT = I

|ATA| = |AAT| = |I|  |AT||A| = |A||AT| = |I| = +1

AFCAT EKT Computer Science Mock Test - 2 - Question 15

A car of mass 1000 kg travelling at 32 ms-1 dashes into the rear of a truck of mass 8000 kg moving in the same direction with a velocity of 4 ms-1. After the collision, the car bounces back with a velocity of 8 ms-1. What is the velocity of the truck after the impact?

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 15

for the car,

mcar = 1000 kg, ucar = 32 ms-1, vcar = -8 ms-1

for truck,

mtruck = 8000 kg, utruck = 4 ms-1, vtruck = ?

By conservation of linear momentum,

mcar.ucar + mtruck.utruck = mcar vcar + mtruck.vtruck

⇒ 1000 × 32 + 8000 × 4 = 1000 × (-8) + 8000 × vtruck

⇒ vtruck = 9 ms-1

AFCAT EKT Computer Science Mock Test - 2 - Question 16

A J – K flip flop can be made from and S – R flip flop by using two additional

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 16

To realize a J-K flip flop from an S-R flip flop, we should have


So, we have to use two additional AND gates.

AFCAT EKT Computer Science Mock Test - 2 - Question 17
The widely employed computer architecture for CAD/CAM application
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 17

Mainframe is a very large in size and expensive computer capable of supporting thousands of users simultaneously. Mainframe executes many programs concurrently.

Minicomputer is a midsize computer. A minicomputer is a multi-processing system capable of supporting up to 250 users simultaneously. A minicomputer is a computer of a size intermediate between a microcomputer and a mainframe.

A microcomputer is a complete computer on a smaller scale and is generally a synonym for, personal computer or PC, a computer designed for an individual.

Workstation is a computer used for engineering applications such as Computer Aided Design/Computer Aided Manufacturing (CAD/CAM), desktop publishing, software development, and other types of applications, which require a moderate amount of computing power and relatively high quality graphics capabilities.

CAD is the use of computer technology for design and design documentation. CAD/CAM applications are used to both design a product and program manufacturing processes, specifically, CNC machining. CAM software uses the models and assemblies created in CAD software to generate tool paths that drive the machines that turn the designs into physical parts.

AFCAT EKT Computer Science Mock Test - 2 - Question 18
What stands C in ACID properties ?
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 18

The ACID Properties are –

  • Atomicity: either all operations succeed or all of them fail
  • Consistency: the database is changed from one consistent state to another consistent state
  • Isolation: no transaction interfere other transactions in the middle
  • Durability: operations of successful transactions must persist

AFCAT EKT Computer Science Mock Test - 2 - Question 19

In an x-ray tube, the electron strikes the target with energy E and the characteristic wavelength is λ. If the energy of electron increased then then wavelength of the characteristic x-ray λ is

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 19

The scattering of a photon by an electron is called the Compton effect.

The scattered photon will have less energy (more wavelength) as compare to incident photon (less wavelength).
The energy lost by the photon is taken by an electron as kinetic energy.

There are three essential requirements for the production of X-rays.
(i) A source of the electron
(ii) An arrangement to accelerate the electrons
(iii) A target of a suitable material of high atomic weight and a high melting point on which these high-speed electrons strike.

In X-ray tube, when high speed electrons strikes the target, they penetrate the target. They loses their kinetic energy and comes to rest inside the metal. The electron before finally being stopped makes several collisions with the atoms in the target. At each collision X-rays may get formed.
When the electron loses whole of its energy in a single collision with the atom, an X-ray photon of maximum energy hνmax  is emitted.


If the energy of electron increased then then wavelength of the characteristic x-ray λ is reduced.

AFCAT EKT Computer Science Mock Test - 2 - Question 20

Which of the following protocol runs on UDP?

1) TFTP       
2) SNMP

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 20

Both TFTP and SNMP use UDP as transport layer protocol.

AFCAT EKT Computer Science Mock Test - 2 - Question 21
A zener diode works on the principle of
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 21

A zener diode works based on the tunneling of charge carriers across the junction. A zener diode is a normal diode in the forward biased. It is in the reverse biased condition that the heavy doping causes a zener to behave differently than a normal diode.

AFCAT EKT Computer Science Mock Test - 2 - Question 22
Which of the following statements is NOT correct about HTTP cookies?
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 22

An HTTP cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing.

Cookies are just strings, not code.

AFCAT EKT Computer Science Mock Test - 2 - Question 23

The address bus width of a memory of size 1024 × 8 bits is

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 23

There are 1024 memory location 1024 = 210
Hence, address bus width is 10 bits.
The data bus of 8 bits will be required to write/read data at each 8 bit memory location.

AFCAT EKT Computer Science Mock Test - 2 - Question 24

Poisson’s ratio is defined as the ratio of:

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 24

The ratio of lateral strain to the longitudinal strain is a constant for a given material, when the material is stressed within the elastic limit. This ratio is known as Poisson’s ratio (μ)

AFCAT EKT Computer Science Mock Test - 2 - Question 25
Belady’s anomaly commonly experienced in
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 25

Belady's anomaly is a phenomenon in which increasing page numbers increases the page fault rate.

AFCAT EKT Computer Science Mock Test - 2 - Question 26

A ball thrown vertically upward with a speed of 20 m/sec from the top of a tower returns to the earth in 6 sec. The height of the tower (take g = 10 m/sec 2) –

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 26

Let after time t1 the ball reached to the topmost point where the velocity will be zero.
vtop = 0 = 20 - gt1
⇒ t1 = 2 sec
So the falling time of the ball is, t2 = 6 – 2 = 4 sec
Now, difference in distance travelled = height of the tower

Shortcut: Net displacement, s = - h (negative sign as the direction of motion is opposite to the displacement)

AFCAT EKT Computer Science Mock Test - 2 - Question 27
Entropy change depends on ________.
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 27

Absolute entropy (S) or entropy is a measure of energy dispersion in a system.

Following are basic features of entropy:

  • Entropy transfer is associated with heat transfer (direction of flow of entropy is same as that of heat flow)
  • Entropy is proportional to mass flow in an open system
  • Entropy does not transfer with work

Entropy linked with energy

AFCAT EKT Computer Science Mock Test - 2 - Question 28
In adiabatic process
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 28

During adiabatic process, there is no exchange of heat takes place between the system and surroundings. i.e. ΔQ = 0. Change in pressure (P), volume (V), temperature (T) takes place.

AFCAT EKT Computer Science Mock Test - 2 - Question 29

A system has 6 identical resources and N processes competing for them. Each process can request at most 2 resources. Which one of the following values of N could lead to a deadlock?

Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 29

As there are 6 identical resources and Max requirement is 2, hence Max. number of process can be allowed is

But when the number of process is more than 5

AFCAT EKT Computer Science Mock Test - 2 - Question 30
In 8085 B, C, D, E, H and L are called _______ 8 – bit registers.
Detailed Solution for AFCAT EKT Computer Science Mock Test - 2 - Question 30

In 8085 microprocessors, B, C, D, E, H and L are 8 bit registers and they are called as general purpose registers.

View more questions
5 tests
Information about AFCAT EKT Computer Science Mock Test - 2 Page
In this test you can find the Exam questions for AFCAT EKT Computer Science Mock Test - 2 solved & explained in the simplest way possible. Besides giving Questions and answers for AFCAT EKT Computer Science Mock Test - 2, EduRev gives you an ample number of Online tests for practice
Download as PDF