Summer 2020
Syllabus
CS300 Computer Programming Summer 2020 Ezra Online Format.pdf
CS500 Computer Programming Summer 2020 Ezra Online Format.pdf
Please find SSH in the menu abd click
Keep proceding until you find "login"
login: compro
password: compro!
(When you type the password it dose not show up so just keep type)
Spring 2020
Syllabus
MSCIS 450 Web Application Development Spring 2020 SSU.pdf
MSCIS 450 Web Application Development Spring 2020 CIS.pdf
MSCS 450 Mobile Application Programming Spring 2020 CS.pdf
Please find SSH in the menu abd click
Keep proceding until you find "login"
login: compro
password: compro!
(When you type the password it dose not show up so just keep type)
Winter 2020
CS501 Introduction to Computer Information Systems Winter 2020 EZRA.pdf
MSCS100 Introduction to Programming Language Winter 2020 EZRA.pdf
ID: compro
PW: compro!
Basci input and Conditional 1 Winter 2020.pdf
ED410 Church Administration Data Structure Fall 2019 Ezra.pdf
CS310 Data Structure Fall 2019 Ezra.pdf
Syllabus
ED410 Church Administration Data Structure Fall 2019 Ezra.pdf
CS310 Data Structure Fall 2019 Ezra.pdf
ID: compro
PW: compro!
Lecture 1 10/8/19
Lecture 2 10/15/19
Lecture 3 10/22/19
Lecture 4 10/29/19
Lectuer 5 11/12/19
Lecture 6 11/19/19
Lecture 7 11/26/19
Lecture 8 12/3/19
Syllabus
CS500 Computer Programming Ezra SU19.pdf
-------------------------------------------------------------------------
Lecture 1 (7/8/19)
http://octaspiral.com/home/board_YQBK50/702
-------------------------------------------------------------------------
Lecture 2 (7/15/19)
-------------------------------------------------------------------------
Lecture 3 (7/22/19)
-------------------------------------------------------------------------
Lecture 4 (7/29/19)
Compro Loop Star Su19 Ezra.pdf
-------------------------------------------------------------------------
Mid Check (8/5/19)
-------------------------------------------------------------------------
Lecture 5 (8/12/19)
------------------------------------------------------------------------
Lecture 6 (8/19/19)
------------------------------------------------------------------------
-------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
Please go to your website and find
"Mon Compro Su19" in the menu
Click the menu and
login: compro
PW: compro!
When you type the PW, letter will not show up but do not worry
(This is very safe website so no worries please keep going)
After login
mkdir Your First name without space
ex) mkdir han
let's go to your folder
cd han
please check your folder is in
www.octaspiral.com/comlang
This is different with your web site
Whenever you want to make a program please go to your folder first
Otherwise your program cannot be graded !!!!!!!!!!!!!!!
Editing
vi hello1.c
type i : changing editing mode
please type
--------------------------------------------------
#include<stdio.h>
void main()
{
printf("\n\n Hello this is my first program. \n\n");
}
----------------------------------------------------
Thereafter please hit "ESC" key and type
:wq!
for save and exit
Please type
gcc hello1.c -o hello1.out
For compiling
(If you find any error please type vi hello1.c AGAIN and edit)
please type
./hello1.out
For running
If you successfully done for hello1.out
Please do hello2.c, hello3.c, hello4.c, and hello5.c.
Everything shoud be in your folder !!!!!!!!!!!!!!!!
-------------------------------------------------------------------------------------------
Practice 2 (4/17/2019)
Comlang Loop Star Spring 2019 Sierra.pdf
-------------------------------------------------------------------------------------------
Practice 3 (4/24/2019)
Comlang Loop Star II Spring 2019 Sierra.pdf
--------------------------------------------------------------------------------------
Practice 4 (5/8/19)
Comlang Order Spring 2019 SSU.pdf
--------------------------------------------------------------------------------------
Practice 5 (5/15/19)
Comlang arr1 Spring 2019 SSU.pdf
-------------------------------------------------------------------------------------
Practice 6 (5/22/19)
Please develope a program which can store 9 datas into 3x3 array
and display the datas at the end of the program.
We may can use the following information
...
....
int m[k][p];
...
...
for (i=1; i<=k;i++)
{
for (j=1; j<=p; j++)
{
printf(.......................
scanf("%d", &data_input);
m[i][j] = data_input;
}
}
....
....
--------------------------------------------------------------------------------------
Practice 7 (5/29/19)
Please update your last week with addtional output.
ex)
1 2 3
4 5 6
7 8 9
Sum_of_1stRow = 6
Sum_of_2ndRow = 15
Sum_of_3rdRow = 24
Sum_of_1stCol = 12
Sum_of_2ndCol = 15
Sum_of_3rdCol = 18
-------------------------------------------------------------------------------
Syllaus
MSCIS410 Programming Language SSU S19.pdf
Practice, 4/10/19
Video http://octaspiral.com/home/board_YQBK50/706
Practice
CS320 Algorithms I Winter 2019 Ezra.pdf (1/15/2019)
CS320 Algorithms II if Winter 2019 Ezra.pdf (1/22/2019)
CS320 Algorithms III if II Winter 2019 Ezra.pdf (1/29/2019)
CS320 Algorithms IV Loop Star Winter 2019 Ezra.pdf (2/5/2019)
Mid Exam (2/12/19)
CS320 Algorithms V Loop Numbers Winter 2019 Ezra.pdf (2/19/19)
CS320 Algorithms VI Loop Start 2 Winter 2019 Ezra.pdf (2/29/19)
CS320 Algorithms VII Func I Winter 2019 Ezra.pdf (3/5/19)
MAT2111 Essentials of Calculus Fall 2018 SSU.pdf
MSCS300 Computer Programming Fall 2018 SSU.pdf
Practice
calculus and com I Fall 2018 SSU.pdf
calculus I quad Fall 2018 SSU.pdf (10/18/2018)
Quad Problems.pdf (10/25/2018)
calculus Area I Fall 2018 SSU.pdf (11/15/2018)
Calculus Area II Fall 2018 SSU.pdf (11/29/2018)
Final Project
area3.c
TextBook
Precalculus_Demystified_(McGraw_Hill-2005).pdf
No. | Subject | Author | Date | Views |
---|---|---|---|---|
» |
Lecture Notes, Syllabus, and Sample Text Book
![]() | admin | 2018.10.15 | 2437 |