Computer Science
Latest uploads at Computer Science. Looking for notes at Computer Science? We have lots of notes, study guides and study notes available for your school.
-
1564
-
4
-
83
All courses for Computer Science
-
Computer Science 1
-
Computer Science 7
-
COMPUTER SCIENCE 1560
-
COMPUTER SCIENCE , 2
-
Computer science / 3
-
COMPUTER SCIENCE, 5
-
Computer Science: 3
-
Computer-science 1
-
Python Programming 1
-
Python Programming Language 2
-
WordPress 1
Latest content Computer Science
contains knowledge about- 
 
UNIT 1 
Introduction: Introduction to OS. Operating system functions, Different types of O.S.: batch process, multi programmed, time sharing, real time, distributed, parallel. 
System Structure: Computer system operation, I/O structure, storage structure, storage hierarchy, different types of protections, 
operating system structure (simple, layered, virtual machine), O/S services, system calls. 
 
UNIT II 
CPU scheduling: scheduling criteria, preemptive and non pree...
- Class notes
- • 103 pages's •
-
computer science•computer science
Providing a note of some important question regarding about the c programming.
- Exam (elaborations)
- • 26 pages's •
-
computer science•computer science
The content has an best CSS courses related Notes and concepts from beginner to advance level of learning
- Class notes
- • 37 pages's •
-
Computer science•Computer science
Computer science is the study of computers, computation, and information systems, encompassing both theoretical and practical aspects. It involves designing, developing, and analyzing software, algorithms, and computing systems, while also exploring theoretical concepts like computational theory, information theory, and data analysis. Essentially, computer science focuses on using computers and computational systems to solve problems and create new technologies.
- Summary
- • 13 pages's •
-
Computer science•Computer science
Computer science is the study of computers, computation, and information systems, encompassing both theoretical and practical aspects. It involves designing, developing, and analyzing software, algorithms, and computing systems, while also exploring theoretical concepts like computational theory, information theory, and data analysis. Essentially, computer science focuses on using computers and computational systems to solve problems and create new technologies.
- Summary
- • 6 pages's •
-
Computer science•Computer science
This document contains questions and answers in information communication and technology from various past papers
- Case
- • 47 pages's •
-
Computer science•Computer science
Easy way to learn python .
- Package deal
- Summary
- • 4 pages's •
-
Computer science•Computer science
-
Python programming• By ebidaisy

 
 
BLANK PAGE 
 
 
 
"Random Access Memory - CORRECT ANSWER Circuits in a computer that store data of running programs." 
 
"register - CORRECT ANSWER Holds the operands and completed result of an arithmetic operator" 
 
"scope - CORRECT ANSWER part of the program in which the variable is defined" 
 
"software - CORRECT ANSWER A program that gives directions to the computer." 
 
"stored program concept - CORRECT ANSWER instructions that are represented a...
- Exam (elaborations)
- • 7 pages's •
-
COMPUTER SCIENCE•COMPUTER SCIENCE
COMPUTER SCIENCE CSCI 1112 Final Exam 
 
"Justify why a while loop is recommended for iteration in a linked list instead of a for loop? - CORRECT ANSWER It is recommended because a linked list does not have a fixed length that can be easily expressed as an index range." 
 
"What is an iterator? - CORRECT ANSWER An object that enables the traversal of a data structure and access to its elements without exposing its underlying implementation." 
 
"How does using an iterator for i...
- Exam (elaborations)
- • 22 pages's •
-
COMPUTER SCIENCE•COMPUTER SCIENCE

 
"What do we mean by "the list is an abstraction"? - CORRECT ANSWER This means that a list is a conceptual representation of a collection of elements, rather than a physical or tangible object. A list is a way of organizing and managing data that can be implemented in various ways using programming languages." 
 
"Contrast the space complexity of list operations in a linked list against list operations in an array based list. - CORRECT ANSWER In a linked list, the space co...
- Exam (elaborations)
- • 7 pages's •
-
computer science•computer science