Computer Science

C language 4 storage classes : auto, extern, static, register

In C language four storage classes, namely 1. auto This is the default storage class for all the variables. Auto variables can be only accessed within the block/function. 2. extern the variable is defined elsewhere and not within the same block where it is used, this can be overwritten in a different block as well. So

C language 4 storage classes : auto, extern, static, register Read More »

Flat Panel Display | LED and LCD

Flat Panel Displays represent a significant advancement in display technology, offering various benefits over traditional CRT (Cathode Ray Tube), including reduced size, lower power consumption, and better image quality. Flat panel displays categorized into 02 types based on their method of producing images. Emissive Display – Emissive displays generate light to produce images directly. It

Flat Panel Display | LED and LCD Read More »

Virtual Memory Notes with Question Answer

Virtual Memory (An extension of main memory) is the most fundamental concept implemented by a system that performs memory management functions such as space allocation, program relocation and code sharing. Operating systems employ a method of extending RAM capacity, known as “virtual memory”. Virtual memory is a section of volatile memory created temporarily on the

Virtual Memory Notes with Question Answer Read More »

Computer Science | Practice Questions 01 | Quiz

Computer Science | Practice Questions 01 Q1. Which of the following algorithm is used to solve the all-pair shortest path problem ? [RRB JE IT 2019] (a) Floyd- Warshall ’s algorithm (b) Dijkstra’s algorithm (c) Bellman-Ford’s algorithm (d) Prim’s algorithm Q2. ___________ model couples the iterative nature of the prototyping with the controlled and systematic

Computer Science | Practice Questions 01 | Quiz Read More »

Network Topology and its types with MCQs

What is Network Topology ? Network topology refers to the arrangement of various elements (links, nodes, etc.) in a computer network. It defines how different components of a network are connected and how data is transmitted between them. Types of Network Topology ? Different network topologies are used based on the requirements of the network,

Network Topology and its types with MCQs Read More »