CS 61C: Great Ideas in Computer Architecture Introduction to C

Similar documents
CS 61C: Great Ideas in Computer Architecture Lecture 2: Introduction to C, Part I

CS 61C: Great Ideas in Computer Architecture Introduc=on to C, Part I. We are here!

Number Representation & I See The C

CS 110 Computer Architecture. Lecture 2: Introduction to C, Part I. Instructor: Sören Schwertfeger.

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Introduc)on to C (Part I) We are here!

CS 102 Computer Architecture. Lecture 2: Introduction to C, Part I. Instructor: Sören Schwertfeger.

Two s Complement Review. Two s Complement Review. Agenda. Agenda 6/21/2011

CS 61C: Great Ideas in Computer Architecture Lecture 2: Introduc)on to C, Part I

CS 61c: Great Ideas in Computer Architecture

CS 61C: Great Ideas in Computer Architecture C Pointers. Instructors: Vladimir Stojanovic & Nicholas Weaver

C: Introduction, Pointers Instructors: Steven Ho, Nick Riasanovsky

CS 110 Computer Architecture. Lecture 2: Introduction to C, Part I. Instructor: Sören Schwertfeger.

CS61C Machine Structures. Lecture 3 Introduction to the C Programming Language. 1/23/2006 John Wawrzynek. www-inst.eecs.berkeley.

CS 61C: Great Ideas in Computer Architecture. Lecture 2: Numbers & C Language. Krste Asanović & Randy Katz

Instructor: Randy H. Katz hbp://inst.eecs.berkeley.edu/~cs61c/fa13. Fall Lecture #3. Agenda

Agenda. CS 61C: Great Ideas in Computer Architecture. Lecture 2: Numbers & C Language 8/29/17. Recap: Binary Number Conversion

CS61C : Machine Structures

CS61C : Machine Structures

CS 61C: Great Ideas in Computer Architecture. Lecture 3: Pointers. Bernhard Boser & Randy Katz

Lectures 5-6: Introduction to C

Processor. Lecture #2 Number Rep & Intro to C classic components of all computers Control Datapath Memory Input Output

CS61C : Machine Structures

Fundamental Data Types. CSE 130: Introduction to Programming in C Stony Brook University

CS61C : Machine Structures

Programming refresher and intro to C programming

Lectures 5-6: Introduction to C

CS 261 Fall C Introduction. Variables, Memory Model, Pointers, and Debugging. Mike Lam, Professor

Number review... Lecture 3 Introduction to the C Programming Language (pt 1) Has there been an update to ANSI C?

C - Basics, Bitwise Operator. Zhaoguo Wang

Recap. ANSI C Reserved Words C++ Multimedia Programming Lecture 2. Erwin M. Bakker Joachim Rijsdam

Introduction to C. Systems Programming Concepts

Presented By : Gaurav Juneja

Topics Introduction to Microprocessors

C Language Part 1 Digital Computer Concept and Practice Copyright 2012 by Jaejin Lee

Ricardo Rocha. Department of Computer Science Faculty of Sciences University of Porto

Laboratory 2: Programming Basics and Variables. Lecture notes: 1. A quick review of hello_comment.c 2. Some useful information

C Introduction. Comparison w/ Java, Memory Model, and Pointers

Intro to C: Pointers and Arrays

CMPE-013/L. Introduction to C Programming

Tools : The Java Compiler. The Java Interpreter. The Java Debugger

Compiling and Running a C Program in Unix

Physics 2660: Fundamentals of Scientific Computing. Lecture 3 Instructor: Prof. Chris Neu

C Language Summary. Chris J Michael 28 August CSC 4103 Operating Systems Fall 2008 Lecture 2 C Summary

A Fast Review of C Essentials Part I

CSC231 C Tutorial Fall 2018 Introduction to C

CSCI 171 Chapter Outlines

Introduction to C. Robert Escriva. Cornell CS 4411, August 30, Geared toward programmers

CS 61C: Great Ideas in Computer Architecture. Lecture 3: Pointers. Krste Asanović & Randy Katz

CS 61C: Great Ideas in Computer Architecture. C Arrays, Strings, More Pointers

CS 326 Operating Systems C Programming. Greg Benson Department of Computer Science University of San Francisco

Review for Test 1 (Chapter 1-5)

Lecture 3: C Programm

Introduction to C. Ayush Dubey. Cornell CS 4411, August 31, Geared toward programmers

PRINCIPLES OF OPERATING SYSTEMS

Chapter IV Introduction to C for Java programmers

ECEN 449 Microprocessor System Design. Review of C Programming. Texas A&M University

CS Programming In C

Getting started with Java

IMPORTANT QUESTIONS IN C FOR THE INTERVIEW

A Short Course for REU Students Summer Instructor: Ben Ransford

Expressions and Data Types CSC 121 Spring 2015 Howard Rosenthal

Agenda. Address vs. Value Consider memory to be a single huge array. Review. Pointer Syntax. Pointers 9/9/12

Introduction to C. Sean Ogden. Cornell CS 4411, August 30, Geared toward programmers

BASIC COMPUTATION. public static void main(string [] args) Fundamentals of Computer Science I

CSCI 2132: Software Development. Norbert Zeh. Faculty of Computer Science Dalhousie University. Introduction to C. Winter 2019

CS 220: Introduction to Parallel Computing. Beginning C. Lecture 2

Agenda. Components of a Computer. Computer Memory Type Name Addr Value. Pointer Type. Pointers. CS 61C: Great Ideas in Computer Architecture

Fundamental of Programming (C)

6.096 Introduction to C++ January (IAP) 2009

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso

CS 61c: Great Ideas in Computer Architecture

Expressions and Data Types CSC 121 Fall 2015 Howard Rosenthal

BLM2031 Structured Programming. Zeyneb KURT

Programming Fundamentals (CS 302 ) Dr. Ihsan Ullah. Lecturer Department of Computer Science & IT University of Balochistan

Programming. Data Structure

C OVERVIEW. C Overview. Goals speed portability allow access to features of the architecture speed

CprE 288 Introduction to Embedded Systems Exam 1 Review. 1

Class Information ANNOUCEMENTS

Agenda. Peer Instruction Question 1. Peer Instruction Answer 1. Peer Instruction Question 2 6/22/2011


Crash Course in Java. Why Java? Java notes for C++ programmers. Network Programming in Java is very different than in C/C++

Lecture 3. More About C

Fundamentals of Programming

Fall, $ cat welcome.c #include <stdio.h>

Topic 6: A Quick Intro To C

CS61, Fall 2012 Section 2 Notes

CS 231 Data Structures and Algorithms, Fall 2016

CSCI-243 Exam 1 Review February 22, 2015 Presented by the RIT Computer Science Community

Computer Components. Software{ User Programs. Operating System. Hardware

ECEN 449 Microprocessor System Design. Review of C Programming

C Tutorial: Part 1. Dr. Charalampos C. Tsimenidis. Newcastle University School of Electrical and Electronic Engineering.

Midterm Exam Nov 8th, COMS W3157 Advanced Programming Columbia University Fall Instructor: Jae Woo Lee.

Kurt Schmidt. October 30, 2018

CS 376b Computer Vision

CS 11 java track: lecture 1

Programming in C - Part 2

11 'e' 'x' 'e' 'm' 'p' 'l' 'i' 'f' 'i' 'e' 'd' bool equal(const unsigned char pstr[], const char *cstr) {

Subject: PROBLEM SOLVING THROUGH C Time: 3 Hours Max. Marks: 100

EMBEDDED SYSTEMS PROGRAMMING Language Basics

Processor. Lecture #2 Number Rep & Intro to C classic components of all computers Control Datapath Memory Input Output }

Transcription:

CS 61C: Great Ideas in Computer Architecture Introduction to C Instructors: Vladimir Stojanovic & Nicholas Weaver http://inst.eecs.berkeley.edu/~cs61c/ 1

Agenda C vs. Java vs. Python Quick Start Introduction to C Clicker Test/Tech Break Pointers 2

C vs. Java C Java Type of Language Programming Unit Compilation Execution hello, world Function Oriented Function gcc hello.c creates machine language code a.out loads and executes program #include<stdio.h> int main(void) { printf("hello\n"); return 0; } Object Oriented Class = Abstract Data Type javac Hello.java creates Java virtual machine language bytecode java Hello interprets bytecodes public class HelloWorld { public static void main(string[] args) { System.out.println("Hello"); } } Storage Manual (malloc, free) Automatic (garbage collection) From http://www.cs.princeton.edu/introcs/faq/c2java.html 3

C vs. Java C Java Comments /* */ /* */ or // end of line Constants #define, const final Preprocessor Yes No Variable declaration Variable naming conventions At beginning of a block sum_of_squares Before you use it sumofsquares Accessing a library #include <stdio.h> import java.io.file; From http://www.cs.princeton.edu/introcs/faq/c2java.html 4

Typed Variables in C int variable1 = 2; float variable2 = 1.618; char variable3 = 'A'; Must declare the type of data a variable will hold Types can't change Type Description Examples int integer numbers, including negatives 0, 78, -1400 unsigned int integer numbers (no negatives) 0, 46, 900 float floating point decimal numbers 0.0, 1.618, -1.4 char single text character or symbol 'a', 'D', '? double greater precision/big FP number 10E100 long larger signed integer 6,000,000,000 5

Integers: Python vs. Java vs. C Language Python Java sizeof(int) >=32 bits (plain ints), infinite (long ints) 32 bits C Depends on computer; 16 or 32 or 64 C: int should be integer type that target processor works with most efficiently Only guarantee: sizeof(long long) sizeof(long) sizeof(int) sizeof(short) Also, short >= 16 bits, long >= 32 bits All could be 64 bits 6

Consts and Enums in C Constant is assigned a typed value once in the declaration; value can't change during entire execution of program const float golden_ratio = 1.618; const int days_in_week = 7; You can have a constant version of any of the standard C variable types Enums: a group of related integer constants. Ex: enum cardsuit {CLUBS,DIAMONDS,HEARTS,SPADES}; enum color {RED, GREEN, BLUE}; 7

Agenda C vs. Java vs. Python Quick Start Introduction to C Clicker Test/Tech Break Pointers 8

Typed Functions in C int number_of_people () { return 3; } float dollars_and_cents () { return 10.33; } int sum ( int x, int y) { return x + y; } You have to declare the type of data you plan to return from a function Return type can be any C variable type, and is placed to the left of the function name You can also specify the return type as void Just think of this as saying that no value will be returned Also necessary to declare types for values passed into a function Variables and functions MUST be declared before they are used 9

Structs in C Structs are structured groups of variables, e.g., typedef struct { int length_in_seconds; int year_recorded; } Song; Song song1; Dot notation: x.y = value song1.length_in_seconds = 213; song1.year_recorded = 1994; Song song2; song2.length_in_seconds = 248; song2.year_recorded = 1988; 10

A First C Program: Hello World Original C: ANSI Standard C: main() { printf("\nhello World\n"); } #include <stdio.h> int main(void) { } printf("\nhello World\n"); return 0; 11

C Syntax: main When C program starts C executable a.out is loaded into memory by operating system (OS) OS sets up stack, then calls into C runtime library, Runtime 1 st initializes memory and other libraries, then calls your procedure named main () We ll see how to retrieve command-line arguments in main() later 12

A Second C Program: Compute Table of Sines #include <stdio.h> #include <math.h> int main(void) { int angle_degree; double angle_radian, pi, value; /* Print a header */ printf("\ncompute a table of the sine function\n\n"); /* obtain pi once for all */ /* or just use pi = M_PI, where */ /* M_PI is defined in math.h */ pi = 4.0*atan(1.0); printf("value pi); of PI = %f \n\n", printf("angle Sine \n"); angle_degree = 0; /* initial angle value */ /* scan over angle */ while (angle_degree <= 360) /* loop until angle_degree > 360 */ { angle_radian = pi*angle_degree/180.0; value = sin(angle_radian); printf (" %3d %f \n ", angle_degree, value); angle_degree = angle_degree + 10; /* increment the loop index */ } return 0; } 13

Compute a table of the sine function Value of PI = 3.141593 angle Sine 0 0.000000 10 0.173648 20 0.342020 30 0.500000 40 0.642788 50 0.766044 60 0.866025 70 0.939693 80 0.984808 90 1.000000 100 0.984808 110 0.939693 120 0.866025 130 0.766044 140 0.642788 150 0.500000 160 0.342020 170 0.173648 180 0.000000 Second C Program Sample Output 190-0.173648 200-0.342020 210-0.500000 220-0.642788 230-0.766044 240-0.866025 250-0.939693 260-0.984808 270-1.000000 280-0.984808 290-0.939693 300-0.866025 310-0.766044 320-0.642788 330-0.500000 340-0.342020 350-0.173648 360-0.000000 14

C Syntax: Variable Declarations Similar to Java, but with a few minor but important differences All variable declarations must appear before they are used (e.g., at the beginning of the block) A variable may be initialized in its declaration; if not, it holds garbage! Examples of declarations: Correct: { int a = 0, b = 10; Incorrect: }... for (int i = 0; i < 10; i++) Newer C standards are more flexible about this, more later 15

C Syntax : Control Flow (1/2) Within a function, remarkably close to Java constructs (shows Java s legacy) in terms of control flow if-else if (expression) statement if (expression) statement1 else statement2 while while (expression) statement do statement while (expression); 16

C Syntax : Control Flow (2/2) for for (initialize; check; update) statement switch switch (expression){ case const1: case const2: default: } break statements statements statements 17

C Syntax: True or False What evaluates to FALSE in C? 0 (integer) NULL (a special kind of pointer: more on this later) No explicit Boolean type What evaluates to TRUE in C? Anything that isn t false is true Same idea as in Python: only 0s or empty sequences are false, anything else is true! 18

C and Java operators nearly identical arithmetic: +, -, *, /, % assignment: = augmented assignment: +=, -=, *=, /=, %=, &=, =, ^=, <<=, >>= bitwise logic: ~, &,, ^ bitwise shifts: <<, >> boolean logic:!, &&, equality testing: ==,!= subexpression grouping: ( ) order relations: <, <=, >, >= increment and decrement: ++ and -- member selection:., -> conditional evaluation:? : 19

Agenda C vs. Java vs. Python Quick Start Introduction to C Clicker Test/Tech Break Pointers 20

Clicker Test Clicker participation starting on Wednesday No web-based clickers or phone apps Participation only is recorded, not correctness of answers Register on bcourses 21

Clicker Test A: I have an iclicker B: I don t have an iclicker C: I don t have an iclicker 22

Compare #define PI 3.14 and const float pi=3.14 which is true? A: Constants PI and pi have same type B: Can assign to PI but not pi C: Code runs at same speed using PI or pi 23

Agenda C vs. Java vs. Python Quick Start Introduction to C Clicker Test/Tech Break Pointers 24

Address vs. Value Consider memory to be a single huge array Each cell of the array has an address associated with it Each cell also stores some value For addresses do we use signed or unsigned numbers? Negative address?! Don t confuse the address referring to a memory location with the value stored there... 101 102 103 104 105... 23 42... 25

Pointers An address refers to a particular memory location; e.g., it points to a memory location Pointer: A variable that contains the address of a variable Location (address) name... 101 102 103 104 105... 23 42 104... x y p 26

Pointer Syntax int *x; Tells compiler that variable x is address of an int x = &y; Tells compiler to assign address of y to x & called the address operator in this context z = *x; Tells compiler to assign value at address in x to z * called the dereference operator in this context 27

Creating and Using Pointers How to create a pointer: & operator: get address of a variable int *p, x; p? x? x = 3; p? x 3 p = &x; p x 3 How get a value pointed to? * (dereference operator): get the value that the pointer points to printf( p points to %d\n,*p); Note the * gets used 2 different ways in this example. In the declaration to indicate that p is going to be a pointer, and in the printf to get the value pointed to by p. 28

Using Pointer for Writes How to change a variable pointed to? Use the dereference operator * on left of assignment operator = p x 3 *p = 5; p x 5 29