Test I information.

Slides:



Advertisements
Similar presentations
 2000 Prentice Hall, Inc. All rights reserved Fundamentals of Strings and Characters String declarations –Declare as a character array or a variable.
Advertisements

Computer Science: A Structured Programming Approach Using C Converting File Type A rather common but somewhat trivial problem is to convert a text.
© Copyright 1992–2004 by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved Fundamentals of Strings and Characters Characters.
Wednesday, 12/11/02, Slide #1 CS 106 Intro to Comp. Sci. 1 Wednesday, 12/11/02  QUESTIONS??  Today: CLOSING CEREMONIES!  HW #5 – Back Monday (12/16)
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
© GCSE Computing Candidates should be able to:  convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa  add two 8-bit.
1 Lab Session-III CSIT-120 Fall 2000 Revising Previous session Data input and output While loop Exercise Limits and Bounds Session III-B (starts on slide.
Created by, Author Name, School Name—State FLUENCY WITH INFORMATION TECNOLOGY Skills, Concepts, and Capabilities.
1 Information and Communication Technology (ICT).
07/10/ Strings ASCII& Processing Strings with the Functions - Locate (Instr), Mid, Length (Len), Char (ChrW) & ASCII (Asc)
Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and Elizabeth Drake Chapter 2: Flowcharts.
CS CS Computing for Business Instructor:David Tucker GTA:Batul Mirza.
CISC105 – General Computer Science Class 9 – 07/03/2006.
Property of Jack Wilson, Cerritos College1 CIS Computer Programming Logic Programming Concepts Overview prepared by Jack Wilson Cerritos College.
Sha Tin Methodist College F.4 Computer Studies Pascal Programming.
Computer Science: A Structured Programming Approach Using C1 5-3 Multiway Selection In addition to two-way selection, most programming languages provide.
Scis.regis.edu ● CS-361: Control Structures Week 6 Dr. Jesús Borrego Lead Faculty, COS Regis University 1.
1 Principles of Information Technology Introduction to Software and Information Systems Copyright © Texas Education Agency, All rights reserved.
1 CS161 Introduction to Computer Science Topic #8.
Computer Science: A Structured Programming Approach Using C1 6-6 Loop Examples This section contains several short examples of loop applications. Each.
Chapter 8 Characters and Strings. Objectives In this chapter, you will learn: –To be able to use the functions of the character handling library ( ctype).
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Student Grades Application Introducing Two-Dimensional Arrays and RadioButton.
Computer Science 4 On and OFF. Homework What have we created.
Course Aims This course will help you understand the latest technologies & how they work. You will lean how to develop computer programs to solve problems.
An Introduction to Programming with C++ Sixth Edition Chapter 5 The Selection Structure.
PHY 107 – Programming For Science. Today’s Goal  How to use while & do / while loops in code  Know & explain when use of either loop preferable  Understand.
Introduction to Algorithmic Processes CMPSC 201C Fall 2000.
CS 1428 Final Exam Review. Exam Format 200 Total Points – 60 Points Writing Programs – 45 Points Tracing Algorithms and determining results – 20 Points.
CMSC201 Computer Science I for Majors Lecture 12 – Midterm Review Prof. Katherine Gibson.
G043: Lecture 12 Basics of Software Development Mr C Johnston ICT Teacher
Topic: Binary Encoding – Part 2
Topic: Binary Encoding – Part 1
Conversion of information in different coding systems
CIS199 Test Review 2 REACH.
Unit 1 – Understanding ICT
UMBC CMSC 104 – Section 01, Fall 2016
Chapter 12 Enumerated, Structure, and Union Types Objectives
Principles of Information Technology
The Selection Structure
Topics discussed in this section:
Chapter 8 Arrays Objectives
*current controlled assessment plans are unknown
Advanced Programming Behnam Hatami Fall 2017.
Midterm Exam Preperation
3-7 Sample Programs This section contains several programs that you should study for programming technique and style. Computer Science: A Structured.
Web Systems Development (CSC-215)
CS 2308 Exam I Review.
Topics discussed in this section:
Unit-2 Objects and Classes
CS 2308 Exam I Review.
Chapter 8 Arrays Objectives
4.1 Strings ASCII & Processing Strings with the Functions
CS 1428 Final Exam Review.
Research Paper Progress
Topics discussed in this section:
CS 1428 Final Exam Review.
EECE.2160 ECE Application Programming
Computer login Reboot to Linux
INC 161 , CPE 100 Computer Programming
Learning Intention I will learn how computers store text.
Chapter 8 Arrays Objectives
Fundamental Programming
CS2911 Week 2, Class 3 Today Return Lab 2 and Quiz 1
Midterm Review October 23, 2006 ComS 207: Programming I (in Java)
Print the following triangle, using nested loops
Arrays Imran Rashid CTO at ManiWeber Technologies.
EECE.2160 ECE Application Programming
Lecture 17 – Practice Exercises 3
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
Understanding Standards An Overview of Course Assessment
Presentation transcript:

Test I information

Information (1) Total 15p Duration: approx. 2 hours There’s a minor topic during that class Only allowed to use class computers (linux). No phones, laptops, … Materials are allowed, communication (verbal, IM, slack, etc.) is not If you choose to do it digitally, submit to Moodle If network, software, … fails – fall back to paper Recommendation: bring a pencil and an eraser Grading and retesting is handled by Vladimir Viies

Information (2) Main topic: UML Concepts: Types of tasks: Data types (integers, floating point, characters) Conditional statements Loops (types of loops, nested loops) Numeral systems (identification, conversion) Arrays up to 2D (declaration, manipulation, indexing, properties) Types of tasks: Create an algorithm in UML to solve a task based on the specification Convert UML to C code and vice versa Verify an existing algorithm (does the specification match the algorithm) Identify, explain and fix common mistakes in UML Check algorithm slides for examples of possible tasks