CH10SwiftOODemo
Java TriangleOODemo
C# OO Demo
Monday, November 2, 2020
Monday, October 26, 2020
Monday, October 19, 2020
Monday, October 5, 2020
Monday, September 21, 2020
Monday, September 14, 2020
Tuesday, September 8, 2020
Tuesday, September 1, 2020
Monday, August 24, 2020
Wednesday, April 22, 2020
Augusta Technical College Student Services Spring Semester Survey
We have been at our homes for a month; some of you started as online students and some of of you have had the challenge of becoming online students mid-semester.
This survey is a check up on how you are doing in your classes and at your home.
The end of the survey allows you to share your contact information if you would like some assistance from the College.
We want to continue to support you at this time. Please let us know how we can be of assistance.
Augusta Technical College Student Services
Spring Semester Survey
Spring Semester Survey
Thursday, April 16, 2020
CH12 Event-Driven GUI Programming Lecture
CH12 Event Demo Web Calculator
ch12 Slides
CH12 Recorded Lecture password=ZmWBY2eM
CIST1305 Week13 Lab Ch12-20200402 1316-1 password=AvycMXH4
CIST1305 Week15 Ch12 Continued: develop an event driven applicationpassword= KmUCMqT3
ch12 Slides
CH12 Recorded Lecture password=ZmWBY2eM
CIST1305 Week13 Lab Ch12-20200402 1316-1 password=AvycMXH4
CIST1305 Week15 Ch12 Continued: develop an event driven applicationpassword= KmUCMqT3
Tuesday, March 31, 2020
Tuesday, March 24, 2020
WebEx Tips
Having trouble joining a WebEx meeting?
Cisco WebEx Meeting
Center on the iPad and
iPad 2
How to Join a Cisco Webex Meeting from an iOS Mobile
If you are using a desktop please get and use a mic. Contact me for assistance.
How to Join a Cisco Webex Meeting from an iOS Mobile
If you are using a desktop please get and use a mic. Contact me for assistance.
Monday, March 23, 2020
CIST1305 Week12 Lecture CH11
If you did not get an invite to tomorrows lecture here is a copy:
Meeting Information
- Meeting link:
- https://augustatech.webex.com/augustatech/j.php?MTID=m3dce54900f0229210bed7a546ad45956
- Meeting number:
- 794 887 838
- Password:
- rBFFCK8ux38
- Host key:
- 107825
More ways to join
- Join by video system
- Dial 794887838@augustatech.webex.comYou can also dial 173.243.2.68 and enter your meeting number.
- Join by phone
- +1-408-418-9388 United States TollAccess code: 794 887 838
Helpful Email Addresses
Need help? Even though we aren’t on campus, we are working remotely to serve our college community. Email us to let us know how we can help:
Academic Advising/Navigation: advisingcenter@augustatech.edu
Admissions Office: admission@augustatech.edu
Career Services: careerservices@augustatech.edu
Financial Aid: finaid@augustatech.edu
Help Desk: augtech_it_helpdesk@augustatech.edu
Student Accounts: stu.accounts@augustatech.edu
Student Records: student.records@augustatech.edu
Testing Services: testingcenter@augustatech.edu
You can also locate answers to many general questions on our Student Resources webpage, at https://www.augustatech.edu/student-resources/student-resources.cms.
Wednesday, March 18, 2020
Learning Computer Science at Home — Thunkable Education Resources
Thunkable is a spin-off of MIT AppInventor.
Learning Computer Science at Home — Thunkable Education Resources
Tuesday, March 17, 2020
Thursday, January 30, 2020
Tuesday, January 21, 2020
Tuesday, January 14, 2020
CH1EX3 C# Example
using System;
class MainClass {
static void Main() {
int myInput=0;
Console.WriteLine("Enter a number: ");
myInput = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(myInput*10);
}
}
Here is the emulator at repl.it
class MainClass {
static void Main() {
int myInput=0;
Console.WriteLine("Enter a number: ");
myInput = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(myInput*10);
}
}
Here is the emulator at repl.it
Subscribe to:
Posts (Atom)