Difference Between HTTP and FTP Protocol Difference between HTTP and FTP is generally asked in technical interview. HTTP and FTP are widely used Web Technology protocols. In this tutorial difference between HTTP and FTP are explained in detail. What are HTTP and FTP? The HTTP and FTP both are used to transfer files or data […]
computer science study material for gate exam
Cache Mapping Techniques Tutorial
Cache Mapping Techniques Cache Mapping Techniques are the methods that are used in loading the data from main memory to cache memory. Problem-based on memory mapping techniques in computer architecture is generally asked in GATE (CS/IT) and UGC NET examination. GATE 2022 aspirants are requested to read this tutorial till the end. After reading this tutorial, […]
Computer Organization and Architecture Tutorial
In this article, we are going to perform the computer architecture tutorial which will help the computer science student and also help those students who are preparing for GATE(CS/IT) and UGC Net (CS) exam. I have prepared a tutorial on some important topics of computer organization and architecture. These tutorials are linked here in this main […]
Computer architecture based practice questions for gate exam
Practice Questions for Gate Exam Practice SET 1 1. A memory system consisting of two levels L1 and L2. The required access times of those are 5 ns and 120 ns respectively. Another memory system has also two levels L3 and L4 whose access time are 10 ns and 150 ns respectively. […]
Computer organization gate questions and answers – Practice Set 6
Computer Organization GATE Questions and Answers Practice Set 6 Practice These Questions 1. Consider the following statements. S1: The RISC processor has CPI always 1. S2: In horizontal instruction control signals are always in encoded form. S3: In vertical instruction control signals are always in encoded form. S4: In terms of speed vertical instruction […]
Computer organization based questions for Gate Exam – Computer Science Study Material for Gate
COMPUTER ORGANIZATION (Machine Instructions, Addressing Models, ALU & Data Path) PRACTICE SET 1 Practice Questions in Computer Architecture and Organization for Gate Exam 1. Which of following may not definitely occur in an instruction cycle? (i) Fetch cycle (ii) Execution cycle (iii) Indirect cycle (a) (i) only (b) (i) and (ii) (c) (iii) only (d) […]
Computer Organization’s Questions Set 4 Solution
COMPUTER ORGANIZATION AND ARCHITECTURE […]
Frequently Asked Operating System Interview Questions: Computer Science Study Material for Gate
Questions Bank for Operating System Subject Unit 1 Type 1. 2 Marks Questions (1) What is Spooling? (2) What is system call? (3) What do you mean by kernel? (4) What is Operating System? (5) What is reentrant kernel? (6) Symmetric and Asymmetric Multiprocessing. (7) Write the difference between multiprogramming and multiprocessing. (8) What […]
Fragmentation in OS
Fragmentation in OS Fragmentation in OS Operating System represents the amount of memory waste during allocation using different Memory Management technique. Fragmentation plays an important role in memory allocation. Methods which produce less fragmentation is considered good for memory allocation. Some time it seems confusing for students to understand the exact difference between internal and […]
Bare Metal Machine and Resident Monitor
Bare Metal Machine and Resident Monitor Bare metal machine based this tutorial covers the concept of resident monitor and bare machine or bare metal machine in operating system. Objective of this tutorial is to providing knowledge about how the memory is organized using bare machine or bare metal machine and in resident monitor approach. I preferred Operating […]