• wonderlic tests
  • EXAM REVIEW
  • NCCCO Examination
  • Summary
  • Class notes
  • QUESTIONS & ANSWERS
  • NCLEX EXAM
  • Exam (elaborations)
  • Study guide
  • Latest nclex materials
  • HESI EXAMS
  • EXAMS AND CERTIFICATIONS
  • HESI ENTRANCE EXAM
  • ATI EXAM
  • NR AND NUR Exams
  • Gizmos
  • PORTAGE LEARNING
  • Ihuman Case Study
  • LETRS
  • NURS EXAM
  • NSG Exam
  • Testbanks
  • Vsim
  • Latest WGU
  • AQA PAPERS AND MARK SCHEME
  • DMV
  • WGU EXAM
  • exam bundles
  • Study Material
  • Study Notes
  • Test Prep

CSE 1321 Test 1 Study Guide

Study Material Mar 9, 2025
Preview Mode - Purchase to view full document
Loading...

Loading study material viewer...

Page 0 of 0

Document Text

CSE 1321 Test 1 Study Guide
Comments
Notes that have no effect on the program itself, but help explain parts of the program.
Java and C# = //
Python = #
Algorithm
A set of logical steps to accomplish a specific task.
Programming
Requires two skills:
• Algorithmic thinking
• Knowledge of programming language syntax
White Space
Spaces, blank lines, and tabs
Skeletons
1. Are the smallest program you can write
2. Are the minimal amount of code that compiles
3. Do NOTHING
4. Define the entry/starting point of the program
Pseudocode Skeleton
BEGIN MAIN
END MAIN
Java Skeleton
class MainClass {
public static void main (String[] args) {
}
}
C# Skeleton
using System;
class MainClass {
public static void Main (string[] args) {
}
}
Python Skeleton
def main():
pass
if __name__ == '__main__':
main()
Relational Operators

Download Study Material

Buy This Study Material

$6.00
Buy Now
  • Immediate download after payment
  • Available in the pdf format
  • 100% satisfaction guarantee

Study Material Information

Category: Study Material
Description:

CSE 1321 Test 1 Study Guide

UNLOCK ACCESS $6.00