measure infers poor trees except for the special case pairwise inversion distances .... carry out these tasks in parallel without tax- Our DCM strategy provides one ...
CS Fundamentals. CS Discoveries. CS Principles. K-12 curriculum pathway. CS Discoveries fits naturally between our CS. F
Instructor Resources: AE, AR, IB, PP, TB Student Resources: CW: CP, FL, IG, ...
review material such as crossword puzzles ... Instructor Resources: PP, TB, SL.
Computer Science being the youngest discipline in many colleges and ... âExploring Computer Scienceâ is a new freshman course intended for both CS majors ...
Apr 12, 2013 - Google Excellence Award (MSc Advanced Software Engineering) .... The aim of this project is to develop a
Jun 7, 1999 - Exploring Programming and Computer Science ... ATM in the first programming course. .... in high degree in
âExploring Computer Scienceâ is a new freshman course intended for both CS majors and non- majors who have strong interest in Computer Science.
Apr 12, 2013 - The goal of this project is the development of a Skype-based robotic ... develop Android software and int
HIS 10 History of the Modern World OR HIS 11 Introduction to the Modern World (
3 Credits). □ MTH 31 Calculus & Analytic Geometry I (4 Credits). □ SCIENCE* ...
CSCI 110 or. CSCI 145. CSCI 140. CSCI 145. CSCI 150 + CSCI 150L. CSCI 190.
CSCI 210. CSCI 220. CSCI 230. The following major support courses should.
Jul 4, 2016 - 20.00. 4.00. #CS-302. DATA WAREHOUSING & MINING. F. F. 0.00. 0.00. 4.00. CS-303. CURRENT COMPUTING TRE
[3818] â 116. S.Y. B.Sc. (Computer Science) (Semester â I) Examination, 2010 .... 3 iii) Give the in degree, out deg
Institute of Applied Informatics, WrocÅaw Institute of Technology, WrocÅaw, Poland, [email protected]. Computer Science ⢠Vol. 8 Special Edition ⢠2007.
Social networks data. ⢠Social media data, including Twitter, Facebook, and FourSquare content, organised into topic-
priate input/output drivers are added to generate an executable code directly from the Simulink block ... primary source of time for timer interrupts. The RTWT is ...
knowledge of the java programming language is required. These disciplines
include, but are not limited to, computer science, computer engineering, digital.
consolidated experience in Data. Analysis, Human Mobility Analyt- ics, Text and Social Media Mining,. Social Network Ana
COMPUTER SCIENCE. Time allowed : 3 hours .... (e) Define a class RESTRA-in
C++ with following description : .... 503 Indigo Tata SILVER 3 '12. 502 Innova ...
spaghetti code or real Computer/Artificial Intelligence. Mathematics alone can't provide necessary knowledge foundation or means to address certain kinds of ...
ML for the Working Programmer, 2nd Edition, by L. C. Paulson, Cambridge
University ... Elements of ML Programming, ML 97 Edition: 2nd edition, by Jeffrey
D.
Computer Graphics: Principles and Practice Second Edition in C, by James D. ...
with OpenGL (Third Edition), by Donald Hearn and M. Pauline Baker, Prentice.
which would provide adequate information and advice to newcomers to the ... different AI technologies into Intrusion Detection .... data collection, security and degree of interoperability. ... They identify five ways in which network security can.
Web science will draw on mathematics, physics, computer science, psychology, ecology, sociolo- gy, law, political scienc
Sep 1, 2009 - computer Science meets environmental Science. Scientists share knowledge and seek collaborators at computational sustainability conference ...
99. ICSE Specimen Question Paper. COMPUTER SCIENCE. (Two Hours).
Answers to this Paper must be written on the paper provided separately. You will
not ...
COMPUTER SCIENCE (Two Hours) Answers to this Paper must be written on the paper provided separately. You will not be allowed to write during the first 15 minutes. This time is to be spent in reading the question paper. The time given at the head of this Paper is the time allowed for writing the answers. This Paper is divided into two Sections, Sections A and B. Attempt all questions from Section A and any four questions from Section B. The intended marks for questions or parts of questions are given in brackets [ ]. SECTION A (20 Marks) Attempt all questions. Question 1 (a)
(b)
(i)
Name universal gates.
(ii)
State one advantage of batch processing.
(i)
Represent the given Boolean function through a logic circuit
[2]
diagram: F (X,Y, Z) = X . (Y Z + Y Z)
(c)
(d)
(e)
(ii)
What is the Boolean expression for X
Y?
[2]
(i)
Name the high level language which was developed by IBM.
(ii)
Convert the number (1288)10 into an octal number,
(i)
Convert (101110)2 into a Hexadecimal number.
(ii)
Multiply 1001011 by 1101.
[2]
[2]
Differentiate between Logical error and Execution error.
[2]
Question 2 (a)
Write an algorithm to find the sum of two numbers.
[2]
(b)
Name two conditional statements and explain.
[2]
(c)
Explain any two looping statements.
[2]
99
ICSE Specimen Question Paper
(d)
(e)
Write the full form of the following: (i)
ASCII
(ii)
COBOL
[2]
How does a data file different from a program file?
[2]
SECTION B (60 Marks) Attempt any four questions from this Section. Each program should be written in such a way that it clearly depicts the logic of the problem. This should be achieved by using Mnemonic Names and Comments in the program. Students have the option of using BASIC or C++ for solving the given problems. Question 3 Write a program in BASIC or C++ to calculate the interest and total amount to be paid by entering the amount of loan and the number of years, either by simple interest method or by compound interest method, as per the choice of user. For Simple Interest, Interest = (Amount * Rate * Number of Years) / 100 and Total amount = Amount + Interest For Compound Interest, No.of years
Rate 100 Interest = Total amount – Amount.
Total amount = Amount 1
[15]
Question 4 Write a program in BASIC or C++ for the following: (a)
Input any word in lower case and display its output in uppercase.
(b)
Total number of alphabets present in the word input. For example, if Lower case : snowy Upper case: SNOWY Total number of alphabets : 5.
[15]
100
ICSE Specimen Question Paper
Question 5 Write a program to store elements in an array of size 4
4 and perform the
following. Find the sum of: (a)
each row and display
(b)
each column and display
(c)
all the elements of the array.
[15]
Question 6 Using BASIC or C++ program, read N numbers in a single dimensional array and calculate the highest and the least number along with their corresponding positions. For example, if INPUT : 8, 4, 5, 1, 7 OUTPUT, Highest : 8
Position : 1
Lowest : 1
Position : 4
[15]
Question 7 A cricket team has the following table of batting figures for a series of test matches for N number of players. Player’s Name
Runs Scored
Innings
Sachin
982
11
Times Not-out 2
Dhoni
779
14
3
Robin
775
14
1
--
--
--
--
--
--
--
--
--
--
--
--
Write a program in BASIC or C++ to create a sequential file named AVG.DAT and do the following: (a)
Store the given data.
101
ICSE Specimen Question Paper
(b)
Read the figures to calculate and display the batting average of each player. Also, print the above format.
[15]
Question 8 (a)
Develop a program using user-defined function to convert a temperature from Fahrenheit scale Celsius scale using the formula C = (5/9) * (F – 32).
(b)
Write a program in BASIC or C++ using FOR Loop to print any number in reverse order. Hint : Number entered : 1 2 3 4 5 Reverse order