Practice Exercises

Future Tense

Why do we often think futuristic clothes will be synthetic?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why would a machine that types your thoughts be revolutionary?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why might flying motorbikes become popular in the future?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why are high-speed futuristic trains seen as a transportation breakthrough?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why are full-body protective outfits important for future environments?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why is telepathy considered a futuristic form of communication?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why is interplanetary communication important in the future?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why would amphibious cars be useful in the future?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }

Why might people wear tech-integrated clothing in the future?





function checkAnswer(button, isCorrect) { let feedback = button.parentElement.querySelector('.feedback'); if (isCorrect === 'True') { feedback.innerText = '✅ Correct!'; feedback.style.color = 'green'; } else { feedback.innerText = '❌ Try again.'; feedback.style.color = 'red'; } }
Rolar para cima