Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2018Fall

08.21.17 - 12.17.17

Introduction to Computer Programming

CSYS1203

Tuesday Thursday
02:00 PM - 03:20 PM

Center Text Pseudocode

Lab01

Objective: To practice creating simple pseudocode

pastdue

Submit Your Solution

Lab01

Request a Copy of your Solution

Lab01

Requirements

Pseudocode contains all of the needed logical steps25 pts
Pseudocode is in proper form and is readable5 pts
Pseudocode is unambiguous10 pts
Total40 pts

Instructions

Basics

For this lab you will need to describe in detail all of the steps that are needed to display a string (a group of characters) centered within an area. Think of centering the title at the top of a document, for example.

Tools

Assume that for this task you only know the number of characters in the string and the width in characters of the display area. Again, imagine you know the number of letters in the title and how wide the document is in spaces.

Also assume that the only instructions you can give are those for basic arithmetic and inputs from a keyboard, there is no magic "center alignment" button or feature.

Deliverables

You will need to express the logic of this program in pseudocode.