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

No comments found.
Login to post a comment

jordancarter 6 months ago

This study guide is clear, well-organized, and covers all the essential topics. The explanations are concise, making complex concepts easier to understand. It could benefit from more practice questions, but overall, it's a great resource for efficient studying. Highly recommend!
Login to review this item
Q. What will I receive when I purchase this document?
A. You will receive a PDF that is available for instant download upon purchase. The document will be accessible to you at any time, from anywhere, and will remain available indefinitely through your profile.
Q. Satisfaction guarantee: how does it work?
A. Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Q. Who am I buying these notes from?
A. you are buying this document from us learnexams
Q. Will I be stuck with a subscription?
A. No, you only buy these notes for $ indicated . You are not obligated to anything after your purchase.
Q. Can learnexams be trusted?
A. check our reviews at trustpilot
Price $5.50
Add To Cart

Buy Now
Category Study Material
Comments 0
Rating
Sales 0

Buy Our Plan

We have

The latest updated Study Material Bundle with 100% Satisfaction guarantee

Visit Now
{{ userMessage }}
Processing