Others
Cell reference in excel
1.If A1 = B2 + $C$1, then what is in C3?Answer: D4 + $C$1 2.If B2 = $A1 + C$3, then what is in D4?Answer: $C3 + E$5 3.If C5 = $B$2 * D3, then what is in E7?Answer: $B$2 * F5 4.If E3 = F$4 + $D5, then what is in G5?Answer: H$6 + … Read more
How to Create a Tic-Tac-Toe Game in Python
Tic-Tac-Toe is a simple and fun game that can be easily implemented in Python. In this article, we will build a command-line version of Tic-Tac-Toe step by step. Steps to Create Tic-Tac-Toe in Python Full Python Code for Tic-Tac-Toe Explanation of the Tic-Tac-Toe Code This Python code implements a simple Tic-Tac-Toe game that runs in … Read more
Networking chapter 2
synchronous and asynchronous transmission Synchronous Transmission Asynchronous Transmission 1 Data is sent continuously. Data is sent in small packets. 2 Requires a shared clock for synchronization. Does not require a shared clock; uses start/stop bits. 3 Faster due to continuous transmission. Slower due to start/stop bits overhead. 4 Suitable for large data volumes. Suitable for … Read more
Project of class 8(Algorithm,flowchart,App development)
Question paper: Topic 2: Flowchart: Topic 3: Output: Flowchart: Download pdf file