Posts

Showing posts from September 2, 2020

New Post

Algorithms Behind Space Missions ~xRay Pixy

Image
Learn different algorithms used in Space Missions. Video Link Video Chapters: Algorithms Behind Space Missions 00:00 Introduction 00:52 Space Missions 04:26 Space Missions Challenges 07:04 Algorithms Used in Space Missions 10:36 Optimization Techniques 11:44 Conclusion  NASA conducts space missions to explore the universe for various scientific, technological, and practical reasons: Understanding Our Place in the Universe Search for Life Beyond Earth Studying Earth from Space Advancing Technology Supporting Human Exploration Resource Utilization Inspiring Humanity Examples of NASA Space Missions Apollo Program: Sent humans to the Moon (1969–1972). Mars Rovers (Spirit, Opportunity, Perseverance): Explored Mars' surface and geology. Voyager Missions: Studied the outer planets and interstellar space. Hubble Space Telescope: Captured breathtaking images of the universe. International Space Station (ISS): Supports research in microgravity and international collaboration. Different ...

Output Primitives in Computer Graphics

 Basic Output Primitives are:  - Point Positions [ pixel ].  - Lines   - Line Drawing Algorithm  - Circle and Ellipse generating algorithms  - Pixel addressing and object geometry  - Filled area primitives  1.) Point or pixel Point/Pixel means smallest element of Picture. A Point contain location using x and y coordinates. Size of pixel = size of pixel on display monitor. Point Attributes: Size and Color. 2 points represent Line/Edge.  2.) Line function Line function is used to generate straight lines between any two points. Line Function Provide Straight Line with the location of 2 pixel points. line representation Set of pixels between 2 end points. Line attributes: Color, Thickness and type.  3.)  Line drawing algorithm Line Generation = Process of turning on pixels for a line segments. Line drawing algorithms is required when computer needs to determine positions of pixel between 2 end points [ to generate a straight line]....

Role of Cryptography in Information Security |Cryptography Techniques

Image
Topics Covered:  Role of Cryptography in Information Security. 1.) What is Cryptanalysis? Cryptanalysis is a technique decoding messages from a non-readable format back to a readable format. 2.) What is Plain text? Plain text means Clear text/ Original Message. Plain Text can be understood by anybody knowing the language. For Example Communication Language used here: English and Message: Hello Everyone  Plain Text = Clear Text [the message that can be understood by both sender and receiver and also by anyone else who gets access to that message]. 3.) What is the Cipher Text? Ciphertext means Codified Message / Encrypted Message / Unreadable Message. When Plain Text is Encrypted, the resulting message is Cipher Text. 4.) What is Encryption?  The Process of Converting from Plain text to Cipher Text. Also known as Enciphering.  5.) What is Decryption? The Process of restoring the Plain text from Cipher Text. Also known as Deciphering.  6.) Elements of a Cryptograph...
More posts