CSCE 121: Program Design and Concepts Lab

Slides:



Advertisements
Similar presentations
Here’s what we see when we start a new BlueJ “Project”. BlueJ automatically creates a small “readme.txt” file to hold any directions we wish to write about.
Advertisements

CS 1150 – Lab #16A & 16B – HTML TA – Sanjaya Wijeratne – Web Page -
P u t y o u r h e a d o n m y s h o u l d e r.
CS 1150 – Lab #16A & 16B – HTML TA – Sanjaya Wijeratne – Web Page -
1a – Getting Started Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
A Computer is Like a Filing Cabinet
USER GUIDE TO OPEN OFFICE BY MARTIN ROCHE 11K. CONTENTS.
The basics of the Online Portal
Backup Local Online For secure offsite storage of your , and making it available from any computer or smart phone. Backup accessed with.
Computer Information Use your own login and password if possible. To get a password, you must turn in the AUP sheet handed out at registration or sent.
C O M P U T E R G R A P H I C S Jie chen Computer graphic -- OpenGL Howto.
In this activity, we are going to create a resume file with Microsoft Word and save it in the folder ‘My Documents’. Activity 2 Creating and saving a resume.
Dr. Roger Webster Copyright 2008 Roger W. Webster, Ph.D. Department of Computer Science Millersville University (717) office
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
Lab 1 Hello World in PHP CSN Class Lab Activity No. 1.
Holiday Homework The school building may be closing early but this doesn’t mean that the learning has to stop. You teachers have set you work to do in.
1 Lab 2 “Hello world” in Unix/Linux #include "std_lib_facilities_4.h" int main(){ cout
U1_a02_copyright text and images ADD NAME HERE. Insert below a copyright free IMAGE that could be used in your health and safety presentation.
Hello World An obligatory first program. C++ C developed in 1971 C++ developed in 1983 – Standardized in 1998 – Updated in 2011, again in 2014
How to Make an extract of Puerto Ricans censused abroad : 1.Login 2.Select samples (default is all) 3.Select variables (include BPLCTRY) 4.Select cases:
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Computer Security coursework 1 Dr Alexei Vernitski.
Intro to CS ACO 101 Lab Rat. Academic Integrity What does that mean in programming? Log into Blackboard and take the test titled “Applied Computing Course.
ISquad Instructional Support Get Going With File Management for PCs.
Kindle eBooks via USB on Overdrive Tutorial. eBooks.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
You may have already done this… Download the class files to the desktop Expand those files into root of USB stick Change your USB stick to drive “Z”!
CITRIX REVIEW Presented by Mary Kay Black and Christy Randall.
How to Create your First Program CS 242 – Programming (1) 1.
Chapter 2: Develop A One Page Web Application Liu, Jie Professor Department of Computer Science Western Oregon University
©TechSavvyScience August 2013 techsavvyscience.blogspot.com Google Apps in Your Classroom.
Intelligent Data Systems Lab. Department of Computer Science & Engineering Python Installation guide 컴퓨터의 개념 및 실습.
Computer Science I Lab 1 ISMAIL ABUMUHFOUZ | CS 180.
Senior Portfolio Review School Year. Your Portfolio Folder Do you know where it is? Remember, to keep your folder in a safe place at home and.
1 Cp Sc 111 – Programming in C. 2 Objectives  Meet your instructor  Go over syllabus  Learn basic concepts – start of chapter 1.
Dr. Robert Yacobellis – Introduction to OO Programming 11 COMP 170 – Introduction to Object Oriented Programming Dr. Robert Yacobellis Instructor, Department.
Hello Educational presentation.
Office 365 Help Desk Troubleshooting Guide
CSE 340 Recitation Principles of Programming Languages
HOW TO USE OFFICE 365 ONEDRIVE
How to access your work from home or another computer
Working with files from earlier versions
Managing results files
Chromebook Training.
Week 1 Gates Introduction to Information Technology cosc 010 Week 1 Gates
Lesson 2 – OneDrive, Word – Save and Share
الحاسب والتعليم رامي حسين
Mr. Smith’s Schedule 1st Period Computer Science I
CSCE 206 Lab Structured Programming in C
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
Physics-based simulation for visual computing applications
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
ms vısual studıo 2008-Introductıon TUTORIAL
Lab 11 & 12: Drill 3 Keishla D. Ortiz Lopez, TA
Lab 9 & 10: Drill 2 and Homework 4
Game & Simulation Foundations
M434/534 Numerical Linear Algebra MATLAB Tutorial Session (Fall 2010)
How to Run a Java Program
Accelerated Introduction to Computer Science
OS Sim (Operating System Concepts Simulator)
PAST, PRESENT & FUTURE OF COMPUTING End of Unit - Presentation
Google Drive A Crash Course.
HOW TO CREATE BIBLIOGRAPHY:
CSCE 121: Program Design and Concepts Lab 3: Homework
CSCE 206 Lab Structured Programming in C
Computer Science Practicum – Writing Intensive
Programming Concepts and Database
Dreamweaver Prepared by: Lily & John
How to Create your First Program
Reading STAAR Benchmark 8:00 AM- 11:15 AM
Presentation transcript:

CSCE 121: Program Design and Concepts Lab Keishla D. Ortiz Lopez, TA E-mail: keishla.ortiz4@tamu.edu

About me Birthplace: Arecibo, Puerto Rico PhD student in Computer Science Graduated from the University of Puerto Rico at Arecibo (BS in Computer Science)

Peer-Teachers They’ll assist you in the lab too! E-mails and Office Hours: http://engineering.tamu.edu/cse/academics/peer- teachers/current-peer-teachers

Lab 1: Hello World Program! Download the document from: http://courses.cse.tamu.edu/daugher/cpsc121/10fall/Documentation/Appendix_G3_Starting_Visual2008.doc Follow the steps starting at G.2. In step G.2.3 write this source code: Then, download this header file from: http://courses.cse.tamu.edu/daugher/misc/PPP/std_lib_facilities_4.h. Save the header file to the directory you used in step G.2.1.6. This will be the “../Visual Studio/Projects” folder if you took the default. Stop at step G.2.6.

Try it! Change the program to output the two lines Hello, programming! Here we go!