Skip to content

Latest commit

 

History

History
162 lines (141 loc) · 14.7 KB

README.md

File metadata and controls

162 lines (141 loc) · 14.7 KB

 

The "Programming Basics" course provides the initial programming skills necessary for all technology majors at Software University. This includes writing programming code at an entry level (basic coding skills), working with a development environment (IDE), using variables and data, operators and expressions, working with the console (reading input data and printing results), using conditional constructs (if, if-else) and loops (for, while, do-while).

 

Topics:

  • First Steps in Coding
  • Conditional Statements
  • Loops - For
  • Loops - While
  • Nested Loops

Acquired Skills:

  • Working with the console (data input and output)
  • Working with loops (for)
  • Work with more complex logical checks
  • Working with logical checks (if-else)
  • Perform simple calculations
  • Working with more complex loops (nested for loops and while)

 

Certificate (Click here to preview)

 

 

Lab Solutions

First Steps in Coding Conditional Statements Conditional Statements Advanced Loops For Loops While Nested Loops
Numbers 1 to 10 Excellent Result Day of Week Numbers1to100 Read Text Clock
Rectangle Area Greater Number WeekendOfWorkDay NumbersNto1 Password MultiplicationTable
Inch to Cm Even Or Odd Animal Type Nums1toNStep3 Sum Numbers Combinations
Greeting By Name Password Guess Personal Titles EvenPowersOf2 Sequence2k+1 Sum of Two Numbers
Concatenate Data Number 100...200 Small Shop CharSequence Acc Balance Travelling
Projects Creation Speed Info Number in Range Vowels Sum Max Number Building
Pet Shop Working Hours SumNumbers Min Number
Yard Greening NumSequence
LeftRightSum
OddEvenSum

 

Exercise Solutions

First Steps in Coding Conditional Statements Conditional Statements Advanced Loops For Loops While Nested Loops
USDtoBGNConvert Sum Seconds Cinema Ending in 7 Old Books NumPyramid
RadianstoDegrees Bonus Score Summer Outfit HalfSumElement ExamPrep EqualSums Even Odd Pos
Deposit Calculator Time+15min New House Histogram Vacation SumPrime NonPrime
Vacation Book List Toy Shop Fishing Boat Clever Lily Walking Train the Trainers
Supllies For School GodzillavsKong Journey Salary Coins Special Numbers
Repainting WorldSwim Record OperationsNum Oscars Cake Cinema Tickets
Food Delivery Shopping Hotel Room Trekking Mania Moving
Basketball Equipment Lunch Break Ski Trip TennisRankList
Fish Tank

logo_train


Back top top