Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Coding club _ PSG College of Technology, Cheat Sheet of Computer Science

UML011) All attributes and operations of interface must be public. All attributes and operations of an interface should have public visibility.Applies to: UMLInterface. (UML012) Aggregation must be one in an association. Applies to: UMLAssociation. (UML013) Type of an artifact instance must be an artifact. Applies to: UMLArtifactInstance. (UML014) Type of a component instance must be a component. Applies to: UMLComponentInstance. (UML015) Type of a node instance must be a node. Applies to: UMLNo

Typology: Cheat Sheet

2020/2021

Uploaded on 11/12/2021

19z218-immaculate-johanna-smriti
19z218-immaculate-johanna-smriti 🇮🇳

4 documents

1 / 12

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CODING CLUB
PSG College of Technology
Welcome to the
pf3
pf4
pf5
pf8
pf9
pfa

Partial preview of the text

Download Coding club _ PSG College of Technology and more Cheat Sheet Computer Science in PDF only on Docsity!

CODING CLUB

PSG College of Technology Welcome to the

What comes to your

mind when you hear

the word 'coding'?

WHY SHOULD WE CODE?

Learning to code is like gaining a

superpower — turning you from a

consumer of technology into a

creator.

"Whether you want to uncover the secrets of the universe, or you just want to pursue a career in the 21st century, basic computer programming is an essential skill to learn.” —Stephen Hawking

What do you gain? Problem Solving Skills Placements Interaction Knowledge 1 2 3 4

WHAT DO WE DO HERE?

Weekly Webinars Weekly Coding Coding Starters

BE A PART OF

THE FUTURE

Let's create a brighter world Happy Coding!

#include using namespace std; int main(){ cout<<"Thank You!"<<endl; return 0; }